mirror of
https://github.com/element-plus/element-plus.git
synced 2026-03-13 07:51:17 +08:00
chore(play): fix lint (#8215)
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
<menu-icon />
|
||||
</el-icon>
|
||||
<el-button>test</el-button>
|
||||
<div v-loading="true"></div>
|
||||
<div v-loading="true" />
|
||||
</div>
|
||||
</template>
|
||||
|
||||
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user