feat: import form components

This commit is contained in:
xingyu4j
2025-11-13 14:12:48 +08:00
parent edba53272d
commit b9073ff4bd
10 changed files with 17 additions and 17 deletions

View File

@@ -1,4 +1,4 @@
export type { NewsType, Reply, ReplyType } from './components/types';
export * from './components/types';
export { createEmptyReply } from './components/types';
export { default as WxReplySelect } from './main.vue';