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 83fdefb commit ae7bac6Copy full SHA for ae7bac6
src/index.js
@@ -1,7 +1,7 @@
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'
+import VIcon, { addIcons } from './icons.js'
5
6
export default {
7
install: (app, options) => {
@@ -17,4 +17,4 @@ export * from './components/index.js'
17
export * from './utils/random-utils.js'
18
export * from './composables.js'
19
20
-export { VIcon }
+export { VIcon, addIcons }
0 commit comments