Skip to content

Commit

Permalink
正确的
Browse files Browse the repository at this point in the history
  • Loading branch information
dian-yu-luo committed Jun 8, 2023
1 parent f4bffc2 commit 0c2b1ad
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/router/index.js
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
import {createRouter, createWebHistory} from 'vue-router'
import repeatWord from "@/components/RepeatWord.vue";
import repeatMain from "@/views/repeat/RepeatMain.vue";
import helloWorld from "@/components/HelloWorld.vue";


const routes = [
{
path: "/",
component: repeatMain,
component: helloWorld,
children: []
},
{
Expand Down

0 comments on commit 0c2b1ad

Please sign in to comment.