vue-resize-text
vue-resize-text copied to clipboard
Quasar Support
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!
I would also like to use this in quasar. Did you manage to get it working?