-
Notifications
You must be signed in to change notification settings - Fork 129
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unexpected token '<' in nuxt #56
Comments
I also had this problem, apparently its form the plugin itself, cause I got the error just with the import line |
I had this problem - i just created my own component and copied and pasted all the code into there and it works. Definitely still needs some finesse to get it to work |
I'm also facing this issue. Kindly provide a solution for it. |
If anyone is still facing this issue, here's what worked for me:
|
with plugin it works fine. But when you reload a page - all css are gone( stepper here FIXES THE PROBLEM WITH CSS |
This is how I imported the component
import HorizontalStepper from "vue-stepper"; import StepOne from "~/components/service_steps/stepOne"; import StepTwo from "~/components/service_steps/stepTwo"; export default { components: { HorizontalStepper },
But it is giving error of
The text was updated successfully, but these errors were encountered: