12 lines
181 B
Vue
12 lines
181 B
Vue
<template>
|
|
|
|
</template>
|
|
|
|
<script setup>
|
|
|
|
import BELayout from '@/layouts/BELayout.vue'
|
|
import MainNav from '@/components/MainNav.vue'
|
|
|
|
defineOptions({ layout: BELayout })
|
|
|
|
</script> |