We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
RollupError: Unexpected token (Note that you need plugins to import files that are not JavaScript) nitro 15:51:31
1: ^ 2: <canvas ref="canvas" @mousedown="mouseDown" @mousemove="mouseMove" @mouseup="mouseUp" 3: @touchstart="touchStart" @touchmove="touchMove" @touchend="touchEnd">
ERROR Unexpected token (Note that you need plugins to import files that are not JavaScript)
这个问题是问题nuxt使用的vue3的语法,vue-esign使用vue2导致的吗?有木有解决方案呢。
The text was updated successfully, but these errors were encountered:
No branches or pull requests
RollupError: Unexpected token (Note that you need plugins to import files that are not JavaScript) nitro 15:51:31
1:
^
2: <canvas ref="canvas" @mousedown="mouseDown" @mousemove="mouseMove" @mouseup="mouseUp"
3: @touchstart="touchStart" @touchmove="touchMove" @touchend="touchEnd">
ERROR Unexpected token (Note that you need plugins to import files that are not JavaScript)
这个问题是问题nuxt使用的vue3的语法,vue-esign使用vue2导致的吗?有木有解决方案呢。
The text was updated successfully, but these errors were encountered: