|
|
@@ -1,5 +1,6 @@
|
|
|
import { model } from './model'
|
|
|
import { show } from './show'
|
|
|
+import { text } from './text'
|
|
|
import { html } from './html'
|
|
|
import { ref } from './ref'
|
|
|
export { genHandlers } from './on'
|
|
|
@@ -7,6 +8,7 @@ export { genHandlers } from './on'
|
|
|
export const directives = {
|
|
|
model,
|
|
|
show,
|
|
|
+ text,
|
|
|
html,
|
|
|
ref,
|
|
|
cloak: function () {} // noop
|