This commit is contained in:
qianguyihao
2018-03-14 15:48:50 +08:00
parent 7ff358182a
commit 6bdc71246b
38 changed files with 24 additions and 1 deletions

View File

@@ -0,0 +1,15 @@
## 基础知识介绍
Vue 的基础知识包括:
20180303_1237.png
20180303_1238.png
实例 --> 组件 --> 指令 --> 选项 --> 模板渲染 --> 事件绑定 --> 计算属性 --> 内置动画 --> 组件交互 --> 路由等。
## 实例对象