logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

Vue中attribute的合并和替换

如果component中定义了一个attribute,例如:<template><div color='red'>我的最终颜色是蓝色</div></template>如果在引用了这个‘子组件’的‘父页面’中定义了一个同样的attribute,例如:<div><my-component color='blue'&gt...

到底了