mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-10 10:21:55 +00:00
Fix yarn lock issues
This commit is contained in:
parent
cd1ee51f87
commit
c8af6d91fc
|
@ -16,7 +16,7 @@
|
|||
"cy:run-ct": "cypress run --component"
|
||||
},
|
||||
"dependencies": {
|
||||
"@noction/vue-draggable-grid": "^1.9.10",
|
||||
"@noction/vue-draggable-grid": "1.9.10",
|
||||
"@popperjs/core": "^2.11.8",
|
||||
"@vuepic/vue-datepicker": "^7.2.2",
|
||||
"@vueuse/core": "^10.5.0",
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
import VueDraggableGrid from '@noction/vue-draggable-grid';
|
||||
import '@noction/vue-draggable-grid/dist/style.css';
|
||||
import '@noction/vue-draggable-grid/styles';
|
||||
|
||||
export { VueDraggableGrid };
|
||||
|
|
|
@ -4,6 +4,7 @@ import { resolve } from 'path';
|
|||
import Icons from 'unplugin-icons/vite';
|
||||
import Components from 'unplugin-vue-components/vite';
|
||||
import IconsResolve from 'unplugin-icons/resolver';
|
||||
// import AutoImport from 'unplugin-auto-import/vite';
|
||||
import { BootstrapVueNextResolver } from 'unplugin-vue-components/resolvers';
|
||||
|
||||
// https://vitejs.dev/config/
|
||||
|
@ -22,6 +23,17 @@ export default defineConfig({
|
|||
Icons({
|
||||
compiler: 'vue3',
|
||||
}),
|
||||
// AutoImport({
|
||||
// imports: [
|
||||
// 'vue',
|
||||
// 'vue-router',
|
||||
// // '@vueuse/head',
|
||||
// '@vueuse/core',
|
||||
// ],
|
||||
// dts: 'src/auto-imports.d.ts',
|
||||
// dirs: ['src/composables', 'src/stores'],
|
||||
// vueTemplate: true,
|
||||
// }),
|
||||
],
|
||||
resolve: {
|
||||
dedupe: ['vue'],
|
||||
|
|
Loading…
Reference in New Issue
Block a user