17 lines
No EOL
177 B
Vue
17 lines
No EOL
177 B
Vue
<template>
|
|
<div id=""></div>
|
|
</template>
|
|
|
|
<script>
|
|
export default {
|
|
name: ``,
|
|
components: {},
|
|
data() { return {}},
|
|
computed: {},
|
|
methods: {}
|
|
}
|
|
</script>
|
|
|
|
<style>
|
|
|
|
</style> |