离校前端框架,包括数据字典、工作队伍、新闻公告模块
diff --git a/leave-school-vue/src/App.vue b/leave-school-vue/src/App.vue
new file mode 100644
index 0000000..812eef2
--- /dev/null
+++ b/leave-school-vue/src/App.vue
@@ -0,0 +1,11 @@
+<template>
+  <div id="app">
+    <router-view></router-view>
+  </div>
+</template>
+
+<script>
+export default {
+  name: 'App'
+}
+</script>