23 lines
211 B
Vue
23 lines
211 B
Vue
<template>
|
|
|
|
</template>
|
|
<script>
|
|
export default {
|
|
name: "ImportExport",
|
|
data() {
|
|
return {}
|
|
},
|
|
mounted() {
|
|
|
|
},
|
|
created() {
|
|
|
|
},
|
|
computed: {},
|
|
methods: {}
|
|
|
|
}
|
|
</script>
|
|
<style scoped>
|
|
|
|
</style> |