gaoluyang
2025-08-04 39bc0778560a1e7c9ded6c706fb38abeb1403241
vite/plugins/auto-import.js
@@ -5,9 +5,7 @@
        imports: [
            'vue',
            'vue-router',
            {
                'vuex': ['useStore']
            }
            'pinia'
        ],
        dts: false
    })