gaoluyang
2025-11-27 357242b782a2e9a28bfc7f77257e544bacd7f868
vite/plugins/auto-import.js
@@ -5,9 +5,7 @@
        imports: [
            'vue',
            'vue-router',
            {
                'vuex': ['useStore']
            }
            'pinia'
        ],
        dts: false
    })