remove 'next' and 'rc' for 1.0.0 release

This commit is contained in:
Leopoldthecoder
2016-11-09 17:36:17 +08:00
parent a88577b99b
commit 933da27f6a
8 changed files with 24 additions and 18 deletions

6
FAQ.md
View File

@@ -28,6 +28,12 @@
参数 `row` 即为对应行的数据。
</details>
<details>
<summary>Tree 组件的 `render-content` 和 Table 组件的 `render-header` 怎么用?</summary>
请阅读 Vue 文档 [Render Function](http://vuejs.org/v2/guide/render-function.html) 的相关内容。注意,使用 JSX 来写 Render Function 的话,需要安装 `babel-plugin-transform-vue-jsx`,并参照其[文档](https://github.com/vuejs/babel-plugin-transform-vue-jsx)进行配置。
</details>
<details>
<summary>你们的文档怎么偷偷更新了?</summary>