feat: add modal component

This commit is contained in:
xingyu4j
2022-11-04 16:43:11 +08:00
parent 1c1cafdc7f
commit d79b23c8a2
7 changed files with 386 additions and 341 deletions

View File

@@ -0,0 +1,3 @@
import XModal from './src/XModal.vue'
export { XModal }