微信云开发插件

This commit is contained in:
2025-08-17 22:15:07 +08:00
parent 939e6d553d
commit db79fbf9e0
1760 changed files with 914220 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
'use strict'
if (process.env.NODE_ENV === 'production') {
module.exports = require('./dist/vue.cjs.prod.js')
} else {
module.exports = require('./dist/vue.cjs.js')
}