added ESlint 语法检测
This commit is contained in:
@@ -1,16 +1,16 @@
|
||||
<template>
|
||||
<div id="app">
|
||||
<router-view></router-view>
|
||||
<router-view />
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import { checkDB } from "@/api/initdb"
|
||||
import { checkDB } from '@/api/initdb'
|
||||
export default {
|
||||
name: 'app',
|
||||
async created(){
|
||||
name: 'App',
|
||||
async created() {
|
||||
await checkDB()
|
||||
}
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
|
Reference in New Issue
Block a user