There was an error while loading. Please reload this page.
1 parent af5238b commit 0ade4baCopy full SHA for 0ade4ba
README.MD
@@ -45,7 +45,11 @@ Vue-Layout
45
</li>
46
47
48
-li标签包裹的元素,就是显示在组件列表视图的元素,其中li的data-name的值必须与上一步骤中保存的键名相同。
+li标签包裹的元素,就是显示在组件列表视图的元素,其中li的data-name的值必须与上一步骤中保存的键名相同。
49
+
50
+5. 对于新增的UI,最后在`./src/components/template/index.js`中,添加类似下图这样的方法就可以了:
51
+![此处输入图片的描述][6]
52
53
54
到此,一个mint-ui导航栏组件的可视化就拓展完成了。
55
@@ -68,4 +72,5 @@ li标签包裹的元素,就是显示在组件列表视图的元素,其中li
68
72
69
73
[4]: https://raw.githubusercontent.com/jaweii/Vue-Layout/master/docs/images/App%20Bar1.png
70
74
[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
71
76
docs/images/getTemplte.png
45.4 KB
0 commit comments