Merge pull request #81 from gdoudeng/vue-h5-template

fix: 路由导入文件路径错误
This commit is contained in:
fonghehe 2022-05-31 01:51:25 +08:00 committed by GitHub
commit c5c054b715
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 1 deletions

View File

@ -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';