mirror of
https://github.com/XiaoDaiGua-Ray/ray-template.git
synced 2025-04-05 19:42:07 +08:00
Fix the problem of hot update error report caused by transition components
This commit is contained in:
parent
11dd9c3559
commit
e52f872936
@ -8,8 +8,8 @@
|
||||
</router-view>
|
||||
</template>
|
||||
<script lang="ts" setup>
|
||||
// 带过渡动画 RouterView 组件
|
||||
// 带过渡动画 `RouterView` 组件
|
||||
// 如果子路由需要做动画切换,则需要此组件
|
||||
// 为什么必须为 vue 文件,因为 tsx 文件在解析的时候会抛出警告不好看
|
||||
// 只需要像使用 RouterView 组件时一样使用即可, 但是不能对于子路由生效, 所以需要在子路由显示的地方替换 RouterView 组件
|
||||
// 为什么必须为 `vue` 文件,因为 `tsx` 文件在解析的时候会抛出警告不好看
|
||||
// 只需要像使用 `RouterView` 组件时一样使用即可, 但是不能对于子路由生效, 所以需要在子路由显示的地方替换 `RouterView` 组件
|
||||
</script>
|
||||
|
Loading…
x
Reference in New Issue
Block a user