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
Module parse failed: Unexpected character '@' (11:0)
You may need an appropriate loader to handle this file type.
| import { Component, Vue } from 'nuxt-property-decorator'
|
@component({}
| )
| export default class Index extends Vue {
The text was updated successfully, but these errors were encountered:
I'm sorry, I've updated my repository, if you're able to recheck if it works now, I'd be happy. I've also added some documentation on where I've gotten my input from, who laid the work for getting to this.
My index.vue file:
My tsconfig.json file:
I got this error message
Module parse failed: Unexpected character '@' (11:0)
You may need an appropriate loader to handle this file type.
| import { Component, Vue } from 'nuxt-property-decorator'
|
The text was updated successfully, but these errors were encountered: