Skip to content
This repository was archived by the owner on Sep 20, 2024. It is now read-only.

Commit ac44868

Browse files
committed
feat: clean up code and docs
1 parent 8ee0069 commit ac44868

File tree

3 files changed

+6
-17
lines changed

3 files changed

+6
-17
lines changed

packages/c-icon/README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,7 @@ const app = createApp(App)
4646
.use(ChakraUIVuePlugin, {
4747
icons: {
4848
// ...
49-
extend: {
50-
...customIcons
51-
}
49+
extend: customIcons
5250
}
5351
})
5452
```
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
<template>
2+
<div>
3+
<c-icon size="10" name="discord" />
4+
</div>
5+
</template>

packages/c-icon/examples/with-extend-icon.vue

Lines changed: 0 additions & 14 deletions
This file was deleted.

0 commit comments

Comments
 (0)