Files
ClassContent/历届学生/吴欣阳/每天课程/2021-07-16/vue/笔记.txt
2024-09-27 02:06:13 +08:00

36 lines
829 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

vuemvvm框架
mmodelvviewvmmodelview
model 数据 ajax 数据
view 页面
vm数据和页面
mmodelvviewccontroller
model数据数据库
view页面
controller控制器
vue
版本变化
vue 2.x
vue 3.x
语法变化:
1option api 60%
2class api 10%
3commposition api 30%
1: 组件基础 https://cn.vuejs.org/v2/guide/components.html
2prop https://cn.vuejs.org/v2/guide/components-props.html
3插槽 https://cn.vuejs.org/v2/guide/components-slots.html
4过渡动画 https://cn.vuejs.org/v2/guide/transitions.html
5路由https://router.vuejs.org/zh/guide/
6混入https://cn.vuejs.org/v2/guide/mixins.html
7自定义指令 https://cn.vuejs.org/v2/guide/custom-directive.html
8过滤器 https://cn.vuejs.org/v2/guide/filters.html