全局mixin

时间:2020-06-16 13:11:43   收藏:0   阅读:45
import Vue from ‘vue‘

Vue.mixin({
  computed: {
    APP_ID() {
      return process.env.APP_ID
    }, 
  },
})
评论(0
© 2014 mamicode.com 版权所有 京ICP备13008772号-2  联系我们:gaon5@hotmail.com
迷上了代码!