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
Walking through the VueJs new space guide: https://flatfile.com/docs/apps/embedding/vue/new_space
When I complete step 4: https://flatfile.com/docs/apps/embedding/vue/new_space#4-start-your-client and start the client, no button is present on the page and no space is launched. In the console, I get the following errors:
This may be an easy fix, but just wanted to call out that completing the Vue guide from scratch does not currently work!
The text was updated successfully, but these errors were encountered:
To get around this I did try updating my vite.config.ts file to include the following, but that did not resolve this error:
vite.config.ts
import { defineConfig } from "vite"; import vue from "@vitejs/plugin-vue"; import react from '@vitejs/plugin-react' // https://vitejs.dev/config/ export default defineConfig({ plugins: [vue(), react({ jsxRuntime: 'classic' })], });
Sorry, something went wrong.
No branches or pull requests
Walking through the VueJs new space guide: https://flatfile.com/docs/apps/embedding/vue/new_space
When I complete step 4: https://flatfile.com/docs/apps/embedding/vue/new_space#4-start-your-client and start the client, no button is present on the page and no space is launched. In the console, I get the following errors:
This may be an easy fix, but just wanted to call out that completing the Vue guide from scratch does not currently work!
The text was updated successfully, but these errors were encountered: