Skip to content

Commit

Permalink
fix path issue
Browse files Browse the repository at this point in the history
  • Loading branch information
邝华 committed Sep 4, 2021
1 parent 8696641 commit 44d9cb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/example/hook/Hook.vue
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
</template>

<script setup lang="ts">
import testHook from '@/hooks/testooks'
import testHook from '@/hooks/testhooks'
let { ref1, ref2, hooksFunc } = testHook()
const hookExample = () => {
hooksFunc()
Expand Down

0 comments on commit 44d9cb5

Please sign in to comment.