gaoluyang
8 天以前 a78e352b672fd6b634c24e0d9cf184f56b846f6a
vite/plugins/auto-import.js
@@ -5,9 +5,7 @@
        imports: [
            'vue',
            'vue-router',
            {
                'vuex': ['useStore']
            }
            'pinia'
        ],
        dts: false
    })