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

TypeError: t is undefined #350

Open
giannicolac opened this issue May 23, 2024 · 1 comment
Open

TypeError: t is undefined #350

giannicolac opened this issue May 23, 2024 · 1 comment

Comments

@giannicolac
Copy link

Hello, i'm using vue 2, and i have been trying to make formeo work with it to no avail, i get the error "TypeError: t is undefined". I'm not sure what i'm doing wrong. My current code is this:

<script> import { FormeoEditor } from 'formeo'; export default { mounted() { const editor = new FormeoEditor() } } </script>

I expect to see the editor, but instead i get the error.

@kevinchappell
Copy link
Collaborator

can you create a minimal reproduction of the issue using codesandbox or similar online editor?

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

2 participants