@update:lastName="func2" /> </template> import UserName from "./UserName.vue"; export default { name: "V-Model", components: { UserName, }, data() { return { first: "000", last: "123", }; }, methods: { // 默認(rèn)用法 func1(val) { this.first = val; }, func2(val) {...
www.dbjr.com.cn/article/2817...htm 2025-5-19