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