Skip to content

Commit

Permalink
chore: 更改组件路径
Browse files Browse the repository at this point in the history
  • Loading branch information
fcbyk committed May 26, 2024
1 parent 7b90146 commit f3ddfe4
Show file tree
Hide file tree
Showing 8 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/frontend/animation.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ layout: doc
outline: [2,3]
---
<script lang="ts" setup>
import CandleAnimation from "../.vitepress/components/CandleAnimation.vue"
import CandleAnimation from "./components/CandleAnimation.vue"
</script>

### 蜡烛动画
Expand Down
2 changes: 1 addition & 1 deletion docs/frontend/clock.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ layout: doc
outline: [2,3]
---
<script lang="ts" setup>
import ClockOne from "../.vitepress/components/ClockOne.vue"
import ClockOne from "./components/ClockOne.vue"
</script>

### 翻页时钟
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
6 changes: 3 additions & 3 deletions docs/frontend/navigation-bar.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ layout: doc
outline: [2,3]
---
<script lang="ts" setup>
import NavigationBar1 from "../.vitepress/components/NavigationBar1.vue"
import NavigationBar2 from "../.vitepress/components/NavigationBar2.vue"
import NavigationBar3 from "../.vitepress/components/NavigationBar3.vue"
import NavigationBar1 from "./components/NavigationBar1.vue"
import NavigationBar2 from "./components/NavigationBar2.vue"
import NavigationBar3 from "./components/NavigationBar3.vue"
</script>


Expand Down

0 comments on commit f3ddfe4

Please sign in to comment.