Skip to content

Commit

Permalink
Workaround CSS import problem with tabulator-table
Browse files Browse the repository at this point in the history
  See issue #1
  • Loading branch information
grosscol committed Nov 29, 2021
1 parent 8684a2d commit c2c61de
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
File renamed without changes.
3 changes: 1 addition & 2 deletions src/pages/region/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@ import { createApp } from 'vue'
import App from './RegionPage.vue'
import VueGtag from 'vue-gtag'
import 'bootstrap/dist/css/bootstrap.css'
//import 'tabulator-tables/dist/css/tabulator_bootstrap4.css'
import '@/assets/debug_tabulator.css'
import '@/assets/tabulator_workaround.css'
import '@/assets/bravo.css'
import '@/assets/snv_consequences.css'
import '@/assets/snv_tabulator_table.css'
Expand Down

0 comments on commit c2c61de

Please sign in to comment.