mirror of
https://github.com/Kuingsmile/PicList.git
synced 2025-02-02 11:08:13 -05:00
⚡ Perf: optimize the performance of main page
This commit is contained in:
parent
562f3c2926
commit
4093a49d82
@ -34,7 +34,8 @@ app.config.globalProperties.$builtInPicBed = [
|
||||
'upyun',
|
||||
'aliyun',
|
||||
'github',
|
||||
'webdavplist'
|
||||
'webdavplist',
|
||||
'local'
|
||||
]
|
||||
app.config.unwrapInjectedRef = true
|
||||
|
||||
|
@ -105,7 +105,7 @@
|
||||
</el-sub-menu>
|
||||
<el-menu-item :index="routerConfig.SETTING_PAGE">
|
||||
<el-icon>
|
||||
<Setting />
|
||||
<Tools />
|
||||
</el-icon>
|
||||
<span>{{ $T('PICLIST_SETTINGS') }}</span>
|
||||
</el-menu-item>
|
||||
@ -235,7 +235,7 @@
|
||||
<script lang="ts" setup>
|
||||
// import { Component, Vue, Watch } from 'vue-property-decorator'
|
||||
import {
|
||||
Setting,
|
||||
Tools,
|
||||
UploadFilled,
|
||||
PictureFilled,
|
||||
Menu,
|
||||
|
Loading…
Reference in New Issue
Block a user