Skip to content
New issue

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

VueJS Walkthrough not working correctly #1211

Open
elisadinsmore opened this issue Jul 24, 2024 · 1 comment
Open

VueJS Walkthrough not working correctly #1211

elisadinsmore opened this issue Jul 24, 2024 · 1 comment

Comments

@elisadinsmore
Copy link
Contributor

elisadinsmore commented Jul 24, 2024

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:

image

This may be an easy fix, but just wanted to call out that completing the Vue guide from scratch does not currently work!

@elisadinsmore
Copy link
Contributor Author

To get around this I did try updating my vite.config.ts file to include the following, but that did not resolve this error:

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'
  })],
});

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant