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

DOUBT: not able to use this.$refs.grid, when using new <script setup> instead of <script> #42

Closed
chandakash opened this issue Jan 4, 2024 · 2 comments

Comments

@chandakash
Copy link

https://vuejs.org/api/sfc-script-setup.html
i'm using this new approach, but now how do I access the grid.

@cscan
Copy link
Owner

cscan commented Jan 4, 2024

I am sure $refs is only created after mounted. For vue, if you not familiar with composition API, please use the classic option API

@cscan cscan closed this as completed Jan 4, 2024
@chandakash
Copy link
Author

chandakash commented Jan 4, 2024 via email

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