fix:fix button disable status

This commit is contained in:
zyronon
2025-08-16 03:08:59 +08:00
parent 71d8c88508
commit 6fbbe3a1de

View File

@@ -47,19 +47,36 @@ export default defineConfig(() => {
{
name: 'vue',
var: 'Vue',
path: `http://2study.top/vue.global.prod.min.js`
path: `https://type-words.oss-cn-shenzhen.aliyuncs.com/vue.global.prod.min.js`
},
{
name: 'vue-router',
var: 'VueRouter',
path: `http://2study.top/vue-router.global.prod.min.js`
path: `https://type-words.oss-cn-shenzhen.aliyuncs.com/vue-router.global.prod.min.js`
},
{
name: 'axios',
var: 'axios',
path: 'http://2study.top/axios.min.js'
path: 'https://type-words.oss-cn-shenzhen.aliyuncs.com/axios.min.js'
},
]
// modules: [
// {
// name: 'vue',
// var: 'Vue',
// path: `http://2study.top/vue.global.prod.min.js`
// },
// {
// name: 'vue-router',
// var: 'VueRouter',
// path: `http://2study.top/vue-router.global.prod.min.js`
// },
// {
// name: 'axios',
// var: 'axios',
// path: 'http://2study.top/axios.min.js'
// },
// ]
})
],
define: {