mirror of
https://gitee.com/dromara/go-view.git
synced 2026-04-23 00:00:12 +08:00
fix: 添加lint规则运行脚本,修复lint错误
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
:icon-size="16"
|
||||
:indent="18"
|
||||
@update:value="clickItemHandle"
|
||||
></n-menu>
|
||||
></n-menu>
|
||||
<div class="chart-content-list">
|
||||
<n-scrollbar>
|
||||
<charts-item-box :menuOptions="packages.selectOptions"></charts-item-box>
|
||||
@@ -24,14 +24,12 @@ import { ConfigType } from '@/packages/index.d'
|
||||
import { useSettingStore } from '@/store/modules/settingStore/settingStore'
|
||||
import { loadAsyncComponent } from '@/utils'
|
||||
|
||||
const ChartsItemBox = loadAsyncComponent(() =>
|
||||
import('../ChartsItemBox/index.vue')
|
||||
)
|
||||
const ChartsItemBox = loadAsyncComponent(() => import('../ChartsItemBox/index.vue'))
|
||||
|
||||
const props = defineProps({
|
||||
selectOptions: {
|
||||
type: Object,
|
||||
default: () => []
|
||||
default: () => {}
|
||||
}
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user