目录

🤪

滑稽

如今我走到人生的十字路口 我知道那条路是对的 毫无例外 我就是知道 但我从不走 你知道为何
因为太他妈难了

vue3的优势

  • Declarative声明式
  • Legible易读性
  • Easy to Matain可维护性强
  • Powerful很强大
  • Elegant集成
  • A way to be really productive

vue3工具

  • Vue devtools
  • Vue devtools 3 beta
  • codepen
  • code open

hello world

See the Pen Untitled by ajn404 (@ajn404) on CodePen.

directives 指令 🤭

v-model

在表单控件或组件上创建双向绑定

TIP

creates a relationship between the data in the instance/component and a form inut,so you can dynamically update values



1
2
Last Updated: 6/21/2022, 1:47:29 AM
Contributors: ajn404