You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Vue warn]: Component is missing template or render function.
at <SampleSvg>
at <HelloWorld onVnodeUnmounted=fn<onVnodeUnmounted> ref=Ref< null > >
at <RouterView>
at <App>
If I open up the sample.svg file, I have this code:
I am getting issues trying to get this to work.
This is the code inside of my component:
This is my vue.config.js file:
This is my package.json file
The error I get is:
If I open up the sample.svg file, I have this code:
I am pretty new to Vue, so apologies if this is down to how I have installed it.
The text was updated successfully, but these errors were encountered: