feat(package): 新增一些案例;但是 tailwindcss 仅在子项目生效

This commit is contained in:
2025-12-31 15:54:36 +08:00
parent 4fc473fff2
commit c8b0361e59
22 changed files with 887 additions and 32 deletions

View File

@@ -0,0 +1,6 @@
import Provider from './Provider.vue';
import Default from './default/index.vue';
export const LayoutProvider = Provider;
export const LayoutDefault = Default;