全局mixin
时间:2020-06-16 13:11:43
收藏:0
阅读:45
import Vue from ‘vue‘
Vue.mixin({
computed: {
APP_ID() {
return process.env.APP_ID
},
},
})
评论(0)