problem description
I created two components such as the following:
/ / component A1
< template >
<div>
<div id="a1"></div>
</div>
< / template >
/ / component a2
< template >
<div>
<div id="a2"></div>
</div>
< / template >
/ / Home page code:
< body >
<div id="app"></div>
< / body >
/ / vue instance
import Vue from "vue"
import A1 from". / a1.vue"
import a2 from". / a2.js"
var vm=new Vue ({
)el:"-sharpapp",
data:{
},
render:c=> c(a1),
router,
store
})