diff --git a/packages/tag/index.json b/packages/tag/index.json index 32640e0d..0a336c08 100644 --- a/packages/tag/index.json +++ b/packages/tag/index.json @@ -1,3 +1,6 @@ { - "component": true -} \ No newline at end of file + "component": true, + "usingComponents": { + "van-icon": "../icon/index" + } +}