May 21, 2020
<template>
<div></div>
</template>
<script>
export default {
name: '',
props: [],
data() {
return {};
},
computed: {},
created() {},
mounted() {},
watch: {},
methods: {},
components: {},
};
</script>
<style scoped lang="scss">
@import '';
</style>