summaryrefslogtreecommitdiffstats
path: root/usecaseui-portal/vue/src/const/index.js
diff options
context:
space:
mode:
authorwangyuerg <wangyuerg@chinamobile.com>2021-01-08 12:23:31 +0800
committerwangyuerg <wangyuerg@chinamobile.com>2021-01-08 12:24:04 +0800
commit5bead046179e8e00c2cc4681992a6ffe24e4b97e (patch)
tree42ff8dbab525359dcb978faa5708542cf2b5e664 /usecaseui-portal/vue/src/const/index.js
parent114398200f66e9139352d236beb5eb6417baa879 (diff)
feat: embedding vue framwork in angular
Signed-off-by: wangyuerg <wangyuerg@chinamobile.com> Change-Id: Ib065f7d3e1b7533161f880b5093ee9b829d2e46d Issue-ID: USECASEUI-444
Diffstat (limited to 'usecaseui-portal/vue/src/const/index.js')
-rw-r--r--usecaseui-portal/vue/src/const/index.js7
1 files changed, 7 insertions, 0 deletions
diff --git a/usecaseui-portal/vue/src/const/index.js b/usecaseui-portal/vue/src/const/index.js
new file mode 100644
index 00000000..f9e5ac8a
--- /dev/null
+++ b/usecaseui-portal/vue/src/const/index.js
@@ -0,0 +1,7 @@
+import menu from './menu-item'
+import address from './address'
+
+export {
+ menu,
+ address
+} \ No newline at end of file