chore(play): fix lint (#8215)

This commit is contained in:
류한경
2022-06-12 09:46:10 +09:00
committed by GitHub
parent 1975aa24fe
commit 3785e763a4
2 changed files with 2 additions and 2 deletions

View File

@@ -7,7 +7,7 @@
<menu-icon />
</el-icon>
<el-button>test</el-button>
<div v-loading="true"></div>
<div v-loading="true" />
</div>
</template>

View File

@@ -1,7 +1,7 @@
import { existsSync, readFileSync, writeFileSync } from 'fs'
const app = 'src/App.vue'
const example = 'app.example'
const example = 'app.example.vue'
if (!existsSync(app)) {
writeFileSync(app, readFileSync(example))