Vue
灯火阑珊cyr
这个作者很懒,什么都没留下…
展开
-
Vue.js学习记录
1.<style scoped>仅对该页面的css有效 2.图解vue.js工作流程 3.props:暴露组件属性接口,写在子组件中 <script> export default { props: { msg: { default: 'message' } } } </script> 4.v-on事件监听如v-on:clic...转载 2019-03-21 15:09:01 · 111 阅读 · 0 评论 -
Element UI学习记录
1.<el-row gutter="20">行间距20,<el-col span="8" offset ="8">长度(span)为8,偏移量为8,<el-row type="flex" justify="value">value为 start, center, end, space-between, space-around ,设置灵活的排版。 2. 3....原创 2019-04-10 13:45:53 · 418 阅读 · 0 评论