21 lines
No EOL
265 B
Vue
21 lines
No EOL
265 B
Vue
<template>
|
|
|
|
</template>
|
|
<script>
|
|
export default {
|
|
props: {
|
|
|
|
},
|
|
data () {
|
|
return {
|
|
|
|
}
|
|
},
|
|
computed: {
|
|
|
|
},
|
|
methods: {
|
|
|
|
}
|
|
}
|
|
</script> |