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
The guideline seems broken on Nuxt setup.
Fresh project from yarn create nuxt-app, using options:
yarn create nuxt-app
Must use import to load ES Module: <skip>/node_modules/vue-runtime-helpers/dist/normalize-component.mjs
nuxt.config.js
build: { transpile: [ /^element-ui/, /^vue-runtime-helpers/, /@fext\/vue-form-builder/, /@fext\/vue-use/, ], },
However, it seems the composition api not working correctly (this/context)
Vue Version:
2.6.11
Vue Composition API:
1.0.0-beta.10
NuxtJS Version
2.14.0
Node Version
v12.18.3
The text was updated successfully, but these errors were encountered:
Sorry, I have been busy with work recently. Need to provide a minimal project that can reproduce the problem, thank you.
Sorry, something went wrong.
@felixpy I put the example integration on the repo: https://github.com/xgenvn/nuxt-form-builder-integration
@xgenvn This project use rollup-plugin-vue to build bundles. Unfortunately, according to official documents, a separate version needs to be built for SSR applications.
No branches or pull requests
Bug Report
Description
The guideline seems broken on Nuxt setup.
Minimal Reproduction
Fresh project from
yarn create nuxt-app
, using options:Exception or Error
Updated on 14/11/2020:
nuxt.config.js
transpile section:However, it seems the composition api not working correctly (this/context)
Your Environment
Vue Version:
Vue Composition API:
NuxtJS Version
Node Version
The text was updated successfully, but these errors were encountered: