summaryrefslogtreecommitdiff
path: root/ATRI/plugins/manege/atri-manege/src/views/Home.vue
diff options
context:
space:
mode:
🔥🚚✨
- 移除:laugh.txt,需要时再拉取 - 移动控制台文件至plugins/console目录下 - 新增: - 和管理贴贴w - 正式的可视化前端单页
Diffstat (limited to 'ATRI/plugins/manege/atri-manege/src/views/Home.vue')
1 files changed, 0 insertions, 15 deletions
diff --git a/ATRI/plugins/manege/atri-manege/src/views/Home.vue b/ATRI/plugins/manege/atri-manege/src/views/Home.vue
deleted file mode 100644
index 636303a..0000000
--- a/ATRI/plugins/manege/atri-manege/src/views/Home.vue
+++ /dev/null
@@ -1,15 +0,0 @@
-<template>
- <hello-world />
-</template>
-
-<script>
- import HelloWorld from '../components/HelloWorld'
-
- export default {
- name: 'Home',
-
- components: {
- HelloWorld,
- },
- }
-</script>