gin-vue-admin 2.0代码重构
This commit is contained in:
22
web/src/App.vue
Normal file
22
web/src/App.vue
Normal file
@@ -0,0 +1,22 @@
|
||||
<template>
|
||||
<div id="app">
|
||||
<router-view></router-view>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
name: 'app',
|
||||
components: {}
|
||||
}
|
||||
</script>
|
||||
|
||||
<style lang="scss">
|
||||
// 引入初始化样式
|
||||
@import '@/style/main.scss';
|
||||
@import '@/style/base.scss';
|
||||
#app {
|
||||
background: #eee;
|
||||
height: 100vh;
|
||||
}
|
||||
</style>
|
Reference in New Issue
Block a user