Vue父子组件嵌套
2022-05-18 11:01:42 0 举报
Vue父子组件嵌套
作者其他创作
大纲/内容
Html
<div id=\"root\"></div>
Vue
const app = Vue.extend({ template:` span style=\"font-size: inherit;\
子component
app component
父component
const student = Vue.extend({ })
const school = Vue.extend({ template:` <h2>学校名称:{{name}}</h2> font color=\"#9c27b0\
0 条评论
回复 删除
下一页