摘要:
一、线性渐变在 Mozilla 下的应用 语法: 1 -moz-linear-gradient( [<point> || <angle>,]? <stop>, <stop> [, <stop>]* ) 1 -moz-linear-gradient( [<point> || <angle>,]? <s 阅读全文
posted @ 2017-11-17 16:22
Shimily
阅读(751)
评论(0)
推荐(0)
摘要:
1。 父组件向子组件传值:通过props数组: 在vue-cli Login.vue父组件中有AcceptAndRefuse.vue子组件,首先import进子组件hello,然后在components中注册组件,然后在template中使用<hello></hello>组件,制定msg信息 父组件 阅读全文
posted @ 2017-11-17 10:03
Shimily
阅读(1158)
评论(0)
推荐(0)