更新 vuetify 和 vite-plugin-vuetify 版本,优化 PathInput 组件的状态管理

This commit is contained in:
jxxghp
2025-01-15 19:24:36 +08:00
parent 1a3d76d7b9
commit 2cf5535376
5 changed files with 16 additions and 28 deletions

View File

@@ -6,10 +6,6 @@ import defaults from './defaults'
import { icons } from './icons'
import theme from './theme'
// Styles
import '@core/scss/template/libs/vuetify/index.scss'
import 'vuetify/styles'
export default createVuetify({
aliases: {
IconBtn: VBtn,