yhjz_vue/src/App.vue

11 lines
141 B
Vue
Raw Normal View History

2024-02-28 14:44:44 +08:00
<template>
<transition name="fade">
<router-view></router-view>
</transition>
</template>
<script>
export default {
}
</script>