Replies: 1 comment
-
The replacement path provided in the doc is incorrect, you need to add {
find: /^.*\/VPNavBar\.vue$/,
replacement: fileURLToPath(
- new URL('./components/CustomNavBar.vue', import.meta.url)
+ new URL('./theme/components/CustomNavBar.vue', import.meta.url)
)
} |
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
Uh oh!
There was an error while loading. Please reload this page.
-
Hi Everyone,
I am getting an error when I follow the guide on how to Override Internal Components:
Could anyone actually get Overriding Internal Components to work?
Here is my minimal test repo, which produces the error.
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions