初始化仓库
This commit is contained in:
9
src/App.vue
Normal file
9
src/App.vue
Normal file
@ -0,0 +1,9 @@
|
||||
<template>
|
||||
<div id="app">
|
||||
<router-view />
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<style lang="scss">
|
||||
@import "@/assets/scss/index.scss";
|
||||
</style>
|
||||
Reference in New Issue
Block a user