上传代码
This commit is contained in:
7
uniapp04/node_modules/@vue/composition-api/index.js
generated
vendored
Normal file
7
uniapp04/node_modules/@vue/composition-api/index.js
generated
vendored
Normal file
@ -0,0 +1,7 @@
|
||||
'use strict'
|
||||
|
||||
if (process.env.NODE_ENV === 'production') {
|
||||
module.exports = require('./dist/vue-composition-api.common.prod.js')
|
||||
} else {
|
||||
module.exports = require('./dist/vue-composition-api.common.js')
|
||||
}
|
Reference in New Issue
Block a user