donotebase / quasar-tiptap

A modern WYSIWYG rich-text editor built on top of tiptap and Quasar for Vue.js.
https://donotebase.github.io/quasar-tiptap
MIT License
310 stars 61 forks source link

Upgraded to quasar/app 2X but all icons disappeared #67

Open UBK-RE opened 3 years ago

UBK-RE commented 3 years ago

We upgraded to quasar/app 2.2.6 but all icons disappeared in quasar-tiptap. In Quasar conf are using 'mdi-v5', 'material-icons','fontawesome-v5'. What can we do? Any ideas?

LIYANG-UST commented 2 years ago

I have the same problem and there is another repo quasar-tiptap-branch(https://github.com/rdminfo/quasar-tiptap-branch) that says it is used for "quasar/app >= 2.0.0" . However, I still have the icon disapearing problems using that "quasar-tiptap-branch". Hope anyone can give some ideas.

UBK-RE commented 2 years ago

The setting in quasar.conf.js importStrategy: 'all' fixed it.

LIYANG-UST commented 2 years ago

The setting in quasar.conf.js importStrategy: 'all' fixed it.

Thank you @UBK-RE , that works!