首先在script中引用組件
import footncf from "./FootNcf";
在script中到模塊中創(chuàng)建模塊
components:{
footncf,
},
在頁(yè)面需要渲染此組件到地方寫(xiě)入標(biāo)簽
<footncf></footncf>
首先在script中引用組件
import footncf from "./FootNcf";
在script中到模塊中創(chuàng)建模塊
components:{
footncf,
},
在頁(yè)面需要渲染此組件到地方寫(xiě)入標(biāo)簽
<footncf></footncf>