integrated_traffic_vue/src/views/groundbreaking/archive/index.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>