黄琪勇 há 1 ano atrás
pai
commit
cbfb170cdd
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      src/App.tsx

+ 1 - 1
src/App.tsx

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