Files

18 lines
187 B
Vue
Raw Permalink Normal View History

<template>
<view />
</template>
<script>
import diyPage from "./diyPage/index.vue";
export default {
components: {
diyPage
}
}
</script>
<style scoped lang="scss">
</style>