feat: add defineOptions

pull/49/head
xingyu4j 2024-11-26 13:28:05 +08:00
parent 8e613e8b81
commit d4bd50c36f
1 changed files with 2 additions and 0 deletions

View File

@ -13,6 +13,8 @@ import { exportPost, getPostPage, type PostVO } from '#/api/system/post';
import { columns, formSchema } from './post.data';
import PostModal from './PostModal.vue';
defineOptions({ name: 'SystemPost' });
const formOptions: VbenFormProps = {
//
collapsed: false,