vue-apps/com.actionsoft.apps.coe.pal/views/repository/RepositoryExport.vue

14 lines
130 B
Vue
Raw Normal View History

2022-06-28 01:29:37 +08:00
<template>
</template>
<script>
export default {
name: "RepositoryExport"
}
</script>
<style scoped>
</style>