mirror of
https://github.com/chansee97/nova-admin.git
synced 2025-04-05 04:22:49 +08:00
fix: Sass legacy JS API warn (#39)
* feat: draggable list & useTableDrag hook * fix: sass deprecated legacy JS API
This commit is contained in:
parent
aee3e52f15
commit
367406258c
@ -30,5 +30,12 @@ export default defineConfig(({ mode }) => {
|
||||
optimizeDeps: {
|
||||
include: ['echarts', 'md-editor-v3', 'quill'],
|
||||
},
|
||||
css: {
|
||||
preprocessorOptions: {
|
||||
scss: {
|
||||
api: 'modern',
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
||||
})
|
||||
|
Loading…
x
Reference in New Issue
Block a user