10 lines
182 B
Vue
10 lines
182 B
Vue
|
<template>
|
||
|
<index-page :data-type="10" />
|
||
|
</template>
|
||
|
|
||
|
<script setup>
|
||
|
import indexPage from "@/views/data_directory/basic/index.vue";
|
||
|
</script>
|
||
|
|
||
|
<style scoped lang="scss"></style>
|