feat: add defineOptions【d4bd50c3】

pull/62/head
YunaiV 2025-03-26 19:31:54 +08:00
parent 3b1e039ede
commit 0d9fe44cba
2 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,