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