Commit 0593298d authored by 王鑫's avatar 王鑫

feat: 初始化假期管理页面

parent 517f9928
<template>
<div>
测试
</div>
</template>
<script>
export default {
name: 'HolidaysList',
data() {
return {
}
},
methods: {
},
}
</script>
<template>
<keep-alive v-if="keepAlive">
<router-view />
</keep-alive>
<router-view v-else />
</template>
<script>
export default {
name: "HolidayRouteView",
computed: {
keepAlive () {
return this.$route.meta.keepAlive
}
},
}
</script>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment