You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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';
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!
The text was updated successfully, but these errors were encountered: