mirror of
https://github.com/sunniejs/vue-h5-template.git
synced 2025-04-05 19:42:08 +08:00
fix: 路由导入文件路径错误
This commit is contained in:
parent
1400bdf15c
commit
03cf64f4b8
@ -14,7 +14,7 @@
|
||||
</template>
|
||||
|
||||
<script lang="ts" setup>
|
||||
import { router } from '/@/router';
|
||||
import router from '/@/router';
|
||||
import { reactive, ref } from 'vue';
|
||||
import { useUserStore } from '/@/store/modules/user';
|
||||
|
Loading…
x
Reference in New Issue
Block a user