Looks like an issue with babel-plugin-resolve and/or babel-plugin-jsx, have you done any thing special in your environnement ? Does Vue play nice with JSX ?
+1, This also seems to be happening when I test it.
The issue does not seem to be in this repo's code (since its the same format as vue's docs)
I would assume its an issue with the babel setup here
Hi Evan,
Just forked the repo and opened it on stackblitz, I got an issue with JSX isn't working as expected:
Looks like an issue with
babel-plugin-resolve
and/orbabel-plugin-jsx
, have you done any thing special in your environnement ? Does Vue play nice with JSX ?