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

No options submitted to install in vue 3.0.5 #3

Open
PHPGuus opened this issue May 17, 2021 · 0 comments
Open

No options submitted to install in vue 3.0.5 #3

PHPGuus opened this issue May 17, 2021 · 0 comments

Comments

@PHPGuus
Copy link

PHPGuus commented May 17, 2021

Hi there,

Using vue3.0.5 and simple-vue-validator0.2.0, I simply do:

import VueSimpleValidator from 'vue-simple-validator';

createApp(App)
    .use(VueSimpleValidator)

in my main.js, and I get the following error on the console:
Cannot read property 'errorMessages' of undefined

It appears that typeof options.errorMessages does not work as expected when options is undefined.

I'll propose a PR for this issue in a few minutes.

Best regards,
Guus

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