初始化不再自动进行

This commit is contained in:
pixel
2021-06-17 15:17:26 +08:00
parent 2cffefcf1c
commit 73ecd371df
4 changed files with 4 additions and 20 deletions

View File

@@ -5,12 +5,8 @@
</template>
<script>
import { checkDB } from '@/api/initdb'
export default {
name: 'App',
async created() {
await checkDB()
}
name: 'App'
}
</script>