黄琪勇 il y a 11 mois
Parent
commit
8ee1047db7
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/App.tsx

+ 1 - 1
src/App.tsx

@@ -4,7 +4,7 @@ export default defineComponent({
   setup() {
     return () => (
       <>
-        <router-view>122</router-view>
+        <router-view></router-view>
       </>
     );
   }