13 lines
183 B
Vue
13 lines
183 B
Vue
![]() |
<template>
|
||
|
|
||
|
</template>
|
||
|
<script>
|
||
|
export default {
|
||
|
props: {},
|
||
|
data () {
|
||
|
return {};
|
||
|
},
|
||
|
computed: {},
|
||
|
methods: {}
|
||
|
};
|
||
|
</script>
|