Skip to content

Commit

Permalink
fix: button deps
Browse files Browse the repository at this point in the history
  • Loading branch information
gravitano committed Mar 25, 2022
1 parent b07084e commit 688dcbd
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/playground/src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import GitsUi from '@gits-id/ui';
import './index.css';

// gits ui styles
import '@gits-id/button/dist/style.css';
// import '@gits-id/button/dist/style.css';

const app = createApp(App);

Expand Down
5 changes: 5 additions & 0 deletions packages/button/src/vue.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
declare module '*.vue' {
import type {DefineComponent} from 'vue';
const component: DefineComponent<{}, {}, any>;
export default component;
}
2 changes: 1 addition & 1 deletion packages/ui/style.css
Original file line number Diff line number Diff line change
@@ -1 +1 @@
@import '@gits-id/button/dist/style.css';
/* @import '@gits-id/button/dist/style.css'; */

0 comments on commit 688dcbd

Please sign in to comment.