2023年8月20日

Vue CLI脚手架

摘要: 官网:https://cli.vuejs.org/ 阅读全文

posted @ 2023-08-20 17:22 hellowworld! 阅读(6) 评论(0) 推荐(0) 编辑

vu

摘要: 阅读全文

posted @ 2023-08-20 13:16 hellowworld! 阅读(10) 评论(0) 推荐(0) 编辑

vue-

摘要: 插槽slots 传html结构,父传子 slot 父组件 子组件 渲染作用域 插槽内容可以访问到父组件的数据作用域,因为插槽内容本身是在父组件模板中定义的。 具名插槽 插槽:子组件传给父组件数据,父组件传回子组件 父 子 组件生命周期 生命周期函数 创建期:beforeCreate created 阅读全文

posted @ 2023-08-20 12:30 hellowworld! 阅读(6) 评论(0) 推荐(0) 编辑

VUE

摘要: class绑定 style绑定 侦听器 表单输入绑定 v-model 修饰符:lazy,number,trim 模版引用 操作dom,获取ref this.$ref <div ref="container" class="containser">{{content}}</div> <input ty 阅读全文

posted @ 2023-08-20 00:01 hellowworld! 阅读(7) 评论(0) 推荐(0) 编辑

导航