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.
2 parents 8a1328f + 8598190 commit d653ccbCopy full SHA for d653ccb
rollup.config.js
@@ -30,7 +30,7 @@ const postcssPlugins = [
30
const baseOutput = {
31
globals: {
32
vue: 'vue',
33
- 'oh-vue-icons': 'OhVueIcon',
+ 'oh-vue-icons': 'VIcon',
34
'oh-vue-icons/icons': 'oh-vue-icons/icons',
35
'oh-vue-icons/icons/ri/index.js': 'oh-vue-icons/icons/ri/index.js',
36
'vue-router': 'vue-router',
@@ -45,8 +45,6 @@ const baseConfig = {
45
'vue',
46
'vue-router',
47
'oh-vue-icons',
48
- 'oh-vue-icons/icons',
49
- 'oh-vue-icons/icons/ri/index.js',
50
'focus-trap',
51
'focus-trap-vue',
52
],
0 commit comments