summaryrefslogtreecommitdiff
path: root/ATRI/plugins/manege/atri-manege/src/views/Home.vue
diff options
context:
space:
mode:
authorKyomotoi <[email protected]>2021-07-20 13:42:00 +0800
committerKyomotoi <[email protected]>2021-07-20 13:42:00 +0800
commitc485985d3be687d17168512de44ea7b744fea7cc (patch)
tree4f54f574dd42dbed01e50ecbf1efd82c7cc009b9 /ATRI/plugins/manege/atri-manege/src/views/Home.vue
parent0fe5599a0770401812e44727904a55d53415cf6c (diff)
downloadATRI-c485985d3be687d17168512de44ea7b744fea7cc.tar.gz
ATRI-c485985d3be687d17168512de44ea7b744fea7cc.tar.bz2
ATRI-c485985d3be687d17168512de44ea7b744fea7cc.zip
✨ 新增前端demo页
Diffstat (limited to 'ATRI/plugins/manege/atri-manege/src/views/Home.vue')
-rw-r--r--ATRI/plugins/manege/atri-manege/src/views/Home.vue15
1 files changed, 15 insertions, 0 deletions
diff --git a/ATRI/plugins/manege/atri-manege/src/views/Home.vue b/ATRI/plugins/manege/atri-manege/src/views/Home.vue
new file mode 100644
index 0000000..636303a
--- /dev/null
+++ b/ATRI/plugins/manege/atri-manege/src/views/Home.vue
@@ -0,0 +1,15 @@
+<template>
+ <hello-world />
+</template>
+
+<script>
+ import HelloWorld from '../components/HelloWorld'
+
+ export default {
+ name: 'Home',
+
+ components: {
+ HelloWorld,
+ },
+ }
+</script>