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

Commit

Permalink
Merge pull request #139 from sugar258596/bug
Browse files Browse the repository at this point in the history
fix:Icon组件的引入问题
  • Loading branch information
wangjue666 authored Dec 13, 2023
2 parents 559ab38 + 955c75f commit 047d638
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/icon.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ icon 的值可以在 [Iconify](https://iconify.design) 或 [Netlify](https://ico
</div>
</template>
<script>
import { SvgIcon } from '/@/components/Icon';
import { SvgIcon } from '/@/components/Icon/Icon.vue';
import { defineComponent } from 'vue';
export default defineComponent({
components: { SvgIcon },
Expand Down

0 comments on commit 047d638

Please sign in to comment.