diff --git a/example/docs/zh-CN/components/icon.md b/example/docs/zh-CN/components/icon.md index 3de72418..817b23a7 100644 --- a/example/docs/zh-CN/components/icon.md +++ b/example/docs/zh-CN/components/icon.md @@ -72,6 +72,31 @@ export default { ::: + +::: title 图标组件 +::: + +
+ +::: describe 在 0.2.4 版本后, 我们支持使用组件化调用的方式使用图标, 但你需要安装 `@layui/icons-vue` 库。 +::: + +``` +npm install @layui/icons-vue +``` + +```vue + + + +``` + ::: title 图标列表 ::: diff --git a/example/docs/zh-CN/components/modal.md b/example/docs/zh-CN/components/modal.md index 5bbc1123..b43dd6bd 100644 --- a/example/docs/zh-CN/components/modal.md +++ b/example/docs/zh-CN/components/modal.md @@ -5,10 +5,8 @@ @@ -40,10 +38,8 @@ export default { @@ -75,7 +71,7 @@ export default {