import Vue from 'vue';
import ShowImage from './ShowImage';
let Instance=new Vue(ShowImage);
const image = Instance.$mount();
document.body.appendChild(image.$el);
export default image;
import Vue from 'vue';
import ShowImage from './ShowImage';
let Instance=new Vue(ShowImage);
const image = Instance.$mount();
document.body.appendChild(image.$el);
export default image;
本文标题:组件全局化
本文链接:https://www.haomeiwen.com/subject/oxludhtx.html
网友评论