aboutsummaryrefslogtreecommitdiff
path: root/node_modules/vue/src/platforms/web/compiler/directives/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/vue/src/platforms/web/compiler/directives/index.js')
-rw-r--r--node_modules/vue/src/platforms/web/compiler/directives/index.js9
1 files changed, 9 insertions, 0 deletions
diff --git a/node_modules/vue/src/platforms/web/compiler/directives/index.js b/node_modules/vue/src/platforms/web/compiler/directives/index.js
new file mode 100644
index 00000000..0955b51e
--- /dev/null
+++ b/node_modules/vue/src/platforms/web/compiler/directives/index.js
@@ -0,0 +1,9 @@
+import model from './model'
+import text from './text'
+import html from './html'
+
+export default {
+ model,
+ text,
+ html
+}