Fix the problem of hot update error report caused by transition components

This commit is contained in:
chuan_wuhao 2022-08-29 11:51:51 +08:00
parent 11dd9c3559
commit e52f872936

View File

@ -8,8 +8,8 @@
</router-view> </router-view>
</template> </template>
<script lang="ts" setup> <script lang="ts" setup>
// RouterView // `RouterView`
// //
// vue tsx // `vue` `tsx`
// 使 RouterView 使, , RouterView // 使 `RouterView` 使, , `RouterView`
</script> </script>