<template>
<div>
<div class="input-part">
<input type="text">
<button>插入</button>
</div>
<ul>
<li>
<p>内容</p>
</li>
</ul>
</div>
</template>
<script>
export default {
name: 'ToduList',
props: {
msg: String
}
}
</script>
为什么这里的props没有被保留,是vue2和vue3版本之间差异的问题吗?本可以保留的?什么情况下这里需要用props?
猜你喜欢
转载自blog.csdn.net/weixin_40945354/article/details/115000823
今日推荐
周排行