Skip to content

Commit

Permalink
fix(other): fix main
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyjone committed Jun 21, 2022
1 parent a6779ad commit c09427c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/main.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import { createApp } from 'vue';
import App from './App.vue';
// import Gantt from './index';
import Gantt from './index';

// @ts-ignore
import Gantt from '../dist/index.es';
import '../dist/style.css';
// import Gantt from '../dist/index.es';
// import '../dist/style.css';

createApp(App).use(Gantt).mount('#app');

0 comments on commit c09427c

Please sign in to comment.