摘要:
##Vue.js 大致介绍Vue官网 ##Vue.js 搭建Vue开发环境(p4~p6) ##Vue.js 模板语法 ##Vue.js 数据绑定 ##Vue.js el与data的两种写法 ##Vue.js 理解MVVM ##Vue.js 数据代理-回顾Object.defineProperty方法
阅读全文
posted @ 2023-04-24 18:01
垂序葎草
阅读(24)
推荐(0)
编辑
摘要:
Vue3快速上手 1.Vue3简介 2020年9月18日,Vue.js发布3.0版本,代号:One Piece(海贼王) 耗时2年多、2600+次提交、30+个RFC、600+次PR、99位贡献者 github上的tags地址:https://github.com/vuejs/vue-next/re
阅读全文
posted @ 2023-04-24 18:00
垂序葎草
阅读(21)
推荐(0)
编辑
摘要:
视频 六、其他 1.全局API的转移 Vue 2.x 有许多全局 API 和配置。 例如:注册全局组件、注册全局指令等。 //注册全局组件 Vue.component('MyButton', { data: () => ({ count: 0 }), template: '<button @clic
阅读全文
posted @ 2023-04-24 17:59
垂序葎草
阅读(20)
推荐(0)
编辑