11 lines
134 B
Vue
11 lines
134 B
Vue
<template>
|
|
|
|
</template>
|
|
|
|
<script setup>
|
|
|
|
import BELayout from '@/Layouts/BELayout.vue'
|
|
|
|
defineOptions({ layout: BELayout })
|
|
|
|
</script> |