vue-resize-text icon indicating copy to clipboard operation
vue-resize-text copied to clipboard

Quasar Support

Open Kyle-Atienza opened this issue 3 years ago • 1 comments

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!

Kyle-Atienza avatar Aug 22 '22 01:08 Kyle-Atienza

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

oefeningen avatar Jan 13 '23 10:01 oefeningen