34 lines
329 B
Vue
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> |