We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35873d3 commit 1e76d7aCopy full SHA for 1e76d7a
src/gridjs-vue.mjs
@@ -198,7 +198,7 @@ export default {
198
styles.type = 'text/css'
199
head.appendChild(styles)
200
201
- let theme = await fetch(`https://unpkg.com/gridjs/dist/theme/mermaid.css`)
+ let theme = await fetch(`https://unpkg.com/gridjs/dist/theme/${this.activeTheme}.css`)
202
theme = await theme.text()
203
injectStyle(theme, styles.id)
204
} catch (error) {
0 commit comments