2021-07-31 22:45:28 +00:00
|
|
|
<template>
|
2021-08-02 03:24:47 +00:00
|
|
|
<div></div>
|
|
|
|
</template>
|
|
|
|
|
|
|
|
<script lang="ts">
|
|
|
|
import { defineComponent } from "@nuxtjs/composition-api";
|
|
|
|
|
|
|
|
export default defineComponent({
|
|
|
|
layout: "admin",
|
|
|
|
setup() {
|
|
|
|
return {};
|
|
|
|
},
|
|
|
|
});
|
|
|
|
</script>
|
|
|
|
|
|
|
|
<style scoped>
|
|
|
|
</style>
|