forked from integrated_whb/integrated_whb_vue
10 lines
168 B
Vue
10 lines
168 B
Vue
|
<template>
|
||
|
<index-view entrance="archive" />
|
||
|
</template>
|
||
|
|
||
|
<script setup>
|
||
|
import IndexView from "../job_data/index.vue";
|
||
|
</script>
|
||
|
|
||
|
<style scoped lang="scss"></style>
|