Skip to content

Commit

Permalink
docs: 更新文档配置
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyh2001 committed Aug 1, 2023
1 parent f8f05ea commit 96c18c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/components/avatar.md
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ import type { AvatarInstance, AvatarProps } from 'fighting-design'
<script setup lang="ts">
import demo1Vue from './demos/avatar/demo1.vue'
import { FIconFaceSmile, FIconBug } from '@fighting-design/fighting-icon'
const url = new URL('./_image/1.jpg', import.meta.url).href
const url = new URL('./image/1.jpg', import.meta.url).href
</script>
<style scoped>
Expand Down

0 comments on commit 96c18c4

Please sign in to comment.