Skip to content

Commit 1103f3c

Browse files
authored
Merge pull request #622 from famouswizard/patch-1
fix: Incorrect Import Path for Vue 3 Composition API
2 parents 5c901b9 + daa3e75 commit 1103f3c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/modules/[chain]/block/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<script lang="ts" setup>
2-
import { computed, ref } from '@vue/reactivity';
2+
import { computed, ref } from 'vue';
33
import { useBaseStore, useFormatter } from '@/stores';
44
import TxsInBlocksChart from '@/components/charts/TxsInBlocksChart.vue';
55

0 commit comments

Comments
 (0)