gaoluyang
2026-03-23 08bb57a07a6a0c53a1eca1516f2834d8a2ef5e0e
vite/plugins/auto-import.js
@@ -5,9 +5,7 @@
        imports: [
            'vue',
            'vue-router',
            {
                'vuex': ['useStore']
            }
            'pinia'
        ],
        dts: false
    })