Replies: 1 comment
-
Found a workaround here: sghuang19/slidev-addon-prime#11 However, the resolution of custom icon set is still buggy. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all! I'm building an addon that brings PrimeVue components to Slidev: https://github.com/sghuang19/slidev-addon-prime.
The components can be used successfully. However, the icon in the toggle mode toggle is not displaying.
With the PrimeVue resolver turned off:
With the resolver turned on:
Apparently the
<carbon-moon>
icon is treated as a builtin in element and is not correctly resolved. Perhaps some internal resolvers are overridden?Here's how it's done:
Resolver config:
App config:
Beta Was this translation helpful? Give feedback.
All reactions