2024-10-12 09:08:56 +08:00

34 lines
329 B
Vue

<template>
</template>
<script>
export default {
components: {},
props: {
},
data() {
return {
};
},
computed: {},
methods: {
},
created() {
},
mounted() {
},
beforeDestroy() {
},
}
</script>
<style lang='scss' scoped>
</style>