Skip to content

fangira/Vue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 

Repository files navigation

Vue

官方文档

杂谈

webpack

常用指令

  • v-text、v-html
  • v-show、v-if
  • v-for
  • v-bind (:)
  • v-on (@)
  • v-model

常用选项

  • data
  • props
  • computed
  • methods
  • watch
  • components

常用生命周期

  • created
  • mounted
  • updated
  • activated(配合keep-alive标签使用)
  • destroyed

实例属性

内置组件

  • transition (过度动画)
  • keep-alive(切换路由不销毁)
  • slot (插槽)

第三方模块

工具

插件

推荐使用UI

打包build

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published