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

How to set datepicker language? #56

Closed
dxxzst opened this issue Dec 31, 2020 · 1 comment
Closed

How to set datepicker language? #56

dxxzst opened this issue Dec 31, 2020 · 1 comment

Comments

@dxxzst
Copy link

dxxzst commented Dec 31, 2020

vue-excel-editor should be using vue2-datepicker, how to set its language

@cscan
Copy link
Owner

cscan commented Jan 3, 2021

You could obtain the datepicker pointer by specifying the reference $refs = "datepicker". Something like this

const datepicker = this.$refs.grid.$refs.datepicker

@cscan cscan closed this as completed Jan 3, 2021
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