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 e72ba68 commit 8aff97dCopy full SHA for 8aff97d
src/index.js
@@ -1,3 +1,4 @@
1
+import './init-dsfr.js'
2
import '@gouvfr/dsfr/dist/core/core.module.js'
3
import * as components from './components/index.js'
4
import VIcon from './icons.js'
src/init-dsfr.js
@@ -0,0 +1,6 @@
+if (typeof window !== 'undefined') {
+ window.dsfr = {
+ verbose: false,
+ mode: 'vue',
5
+ }
6
+}
0 commit comments