feat:移除无用依赖
This commit is contained in:
@@ -5,7 +5,6 @@ import {checkAndUpgradeSaveDict} from "@/utils";
|
||||
import localforage from "localforage";
|
||||
import {SAVE_DICT_KEY} from "@/utils/const.ts";
|
||||
import str from './data.json'
|
||||
import {ElTableV2} from 'element-plus'
|
||||
|
||||
let data = {}
|
||||
let origin = {}
|
||||
@@ -74,13 +73,6 @@ const data1 = generateData(columns, 1000)
|
||||
<BaseButton @click="set">设置data.json的数据到localforage</BaseButton>
|
||||
<BaseButton @click="check">检测升级逻辑</BaseButton>
|
||||
</div>
|
||||
<ElTableV2
|
||||
:columns="columns"
|
||||
:data="data1"
|
||||
:width="700"
|
||||
:height="400"
|
||||
fixed
|
||||
/>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user