chore: update eslint && lint code
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
</div>
|
||||
<div class="box-item">
|
||||
<span class="field-label">{{ $t('theme.change') }} : </span>
|
||||
<el-switch v-model="theme"/>
|
||||
<el-switch v-model="theme" />
|
||||
<code style="margin-top:15px;">{{ $t('theme.tips') }}</code>
|
||||
</div>
|
||||
</el-card>
|
||||
@@ -22,18 +22,18 @@
|
||||
</div>
|
||||
|
||||
<div class="block">
|
||||
<el-button type="primary" icon="el-icon-edit"/>
|
||||
<el-button type="primary" icon="el-icon-share"/>
|
||||
<el-button type="primary" icon="el-icon-delete"/>
|
||||
<el-button type="primary" icon="el-icon-edit" />
|
||||
<el-button type="primary" icon="el-icon-share" />
|
||||
<el-button type="primary" icon="el-icon-delete" />
|
||||
<el-button type="primary" icon="el-icon-search">Search</el-button>
|
||||
<el-button type="primary">
|
||||
Upload
|
||||
<i class="el-icon-upload el-icon-right"/>
|
||||
<i class="el-icon-upload el-icon-right" />
|
||||
</el-button>
|
||||
</div>
|
||||
|
||||
<div class="block">
|
||||
<el-tag v-for="tag in tags" :type="tag.type" :key="tag.type" class="tag-item">
|
||||
<el-tag v-for="tag in tags" :key="tag.type" :type="tag.type" class="tag-item">
|
||||
{{ tag.name }}
|
||||
</el-tag>
|
||||
</div>
|
||||
@@ -47,7 +47,7 @@
|
||||
</div>
|
||||
|
||||
<div class="block">
|
||||
<el-slider v-model="slideValue"/>
|
||||
<el-slider v-model="slideValue" />
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user