refactor: ♻️ eslint 代码规范调整

This commit is contained in:
ray
2024-10-13 10:42:48 +08:00
parent 72eb87d005
commit a4ef6eb696
66 changed files with 376 additions and 376 deletions

View File

@@ -3,8 +3,8 @@
<el-popover :visible="popoverVisible" :width="width" placement="bottom-end">
<template #reference>
<el-input
class="reference"
v-model="selectedIcon"
class="reference"
readonly
placeholder="点击选择图标"
@click="popoverVisible = !popoverVisible"