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

Quasar Support #10

Open
Kyle-Atienza opened this issue Aug 22, 2022 · 1 comment
Open

Quasar Support #10

Kyle-Atienza opened this issue Aug 22, 2022 · 1 comment

Comments

@Kyle-Atienza
Copy link

Kyle-Atienza commented Aug 22, 2022

Hi, I have tried to use this excellent package for a Vue3 project but now working with Quasar plugin I can't figure out how to use it in the project. As said in the docs packages can be integrated on the boot files, but it does not seem to be working on my end.

`import VueResizeText from 'vue-resize-text';
import { boot } from 'quasar/wrappers';

export default boot(({ app }) => {
app.use(VueResizeText);
});`

is it supported to use with Quasar? and if it is what are the proper steps to use. thanks!

@oefeningen
Copy link

I would also like to use this in quasar.
Did you manage to get it working?

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