feat: add ContentWrap comp

This commit is contained in:
xingyu4j
2025-09-24 15:04:29 +08:00
parent 0cfdbe75e4
commit 80b2e4fce4
3 changed files with 122 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
export { default as ContentWrap } from './content-wrap.vue';
export * from './types';