var ydc = { a: 1 } export default ydc;
import ydc from './plugins/ydc' Vue.prototype.ydc = ydc;
console.log(this.ydc)vue
console.log(this.ydc)