摘要:
一、动态组件 1.v-bind:is=“中间data” <button @click="changetest">Change</button> <components :is="zujian"></components> 设置data中 zujian: TrunAround, 设置函数事件 chan 阅读全文
posted @ 2022-06-17 09:41
头秃婷婷
阅读(40)
评论(0)
推荐(0)
徒劳无获是寻常,因为总是有人半途而废
console.log('Don't define yourself');
const aboutMe = {
name: 'Titi Zhang',
title: 'Vue JS HTML',
location: 'China, HeBei',
contact: {
email: '18235293481@163.com',
website:'https://gitee.com/zhangtingtingANDcow'
}
}