16 lines
No EOL
224 B
Vue
16 lines
No EOL
224 B
Vue
<template>
|
|
<div></div>
|
|
</template>
|
|
|
|
<script lang="ts">
|
|
import { defineComponent } from "@nuxtjs/composition-api"
|
|
|
|
export default defineComponent({
|
|
setup() {
|
|
return {}
|
|
}
|
|
})
|
|
</script>
|
|
|
|
<style scoped>
|
|
</style> |