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
✘ [ERROR] Expected ";" but found ":"
src/components/Editor.vue:235:5:
235 │ vars: any = {}
│ ^
╵ ;
1 warning and 1 error
/data/projects/Kodhe/videodiff-editor/ui/node_modules/esbuild/lib/main.js:1557
let error = new Error(`${text}${summary}`);
The text was updated successfully, but these errors were encountered:
This was not yet supported because we were waiting for a PR to merge in a dependency (vuejs/vue-component-compiler#122). Since that doesn't seem to be happening, I've found another way.
Try upgrading to esbuild-vue version 1.1.0 (just released). It should work.
How get typescript support inside .vue file?
Example, something like this:
The text was updated successfully, but these errors were encountered: