Skip to content

Commit

Permalink
fix(VsModal): rewrite vs-modal & add modal plugin (#294)
Browse files Browse the repository at this point in the history
  • Loading branch information
smithoo authored Dec 9, 2024
1 parent 96216a0 commit 809fcc4
Show file tree
Hide file tree
Showing 55 changed files with 882 additions and 1,395 deletions.
4 changes: 2 additions & 2 deletions packages/vlossom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@
"typings": "./dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/vlossom.es.js",
"require": "./dist/vlossom.umd.js",
"types": "./dist/index.d.ts"
"require": "./dist/vlossom.umd.js"
},
"./styles": "./dist/style.css"
},
Expand Down
1 change: 0 additions & 1 deletion packages/vlossom/src/components/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ export { default as VsLoading } from './vs-loading/VsLoading.vue';

export { default as VsMessage } from './vs-message/VsMessage.vue';

export { type VsModalStyleSet } from './vs-modal/types';
export { default as VsModal } from './vs-modal/VsModal.vue';

export { type VsNoticeStyleSet } from './vs-notice/types';
Expand Down
27 changes: 0 additions & 27 deletions packages/vlossom/src/components/vs-confirm/VsConfirm.scss

This file was deleted.

89 changes: 0 additions & 89 deletions packages/vlossom/src/components/vs-confirm/VsConfirm.vue

This file was deleted.

This file was deleted.

Loading

0 comments on commit 809fcc4

Please sign in to comment.