Skip to content

Commit 0ade4ba

Browse files
committed
补充完善了拓展组件的说明
1 parent af5238b commit 0ade4ba

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

README.MD

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,11 @@ Vue-Layout
4545
</li>
4646
4747

48-
li标签包裹的元素,就是显示在组件列表视图的元素,其中li的data-name的值必须与上一步骤中保存的键名相同。
48+
li标签包裹的元素,就是显示在组件列表视图的元素,其中li的data-name的值必须与上一步骤中保存的键名相同。
49+
50+
5. 对于新增的UI,最后在`./src/components/template/index.js`中,添加类似下图这样的方法就可以了:
51+
![此处输入图片的描述][6]
52+
4953

5054
到此,一个mint-ui导航栏组件的可视化就拓展完成了。
5155

@@ -68,4 +72,5 @@ li标签包裹的元素,就是显示在组件列表视图的元素,其中li
6872

6973
[4]: https://raw.githubusercontent.com/jaweii/Vue-Layout/master/docs/images/App%20Bar1.png
7074
[5]: https://raw.githubusercontent.com/jaweii/Vue-Layout/master/docs/images/Header%201.png
75+
[5]: https://raw.githubusercontent.com/jaweii/Vue-Layout/master/docs/images/getTemplate.png
7176

docs/images/getTemplte.png

45.4 KB
Loading

0 commit comments

Comments
 (0)