sethsandaru / vue-form-builder

Super Form Builder built on top of Vue with Drag & Drop functionality, savable-form-schema and easy to maintain/upgrade your form.
http://vue-form-builder.sethphat.com
MIT License
413 stars 129 forks source link

FontAwesome owerwriting #22

Closed frizikk closed 4 years ago

frizikk commented 4 years ago

In my current project I use FonAwesome loaded by css file. When I install your package it overwrite my FontAwesome icons, and they stop showing.

Zrzut ekranu z 2019-10-30 17-49-04

sethsandaru commented 4 years ago

Hi @frizikk ,

For this problem. I think I need to create an option to define which FontAwesome that we want to use:

Noted. Will update it.

Thank you for reporting.

onix-dev commented 4 years ago

the same issue... conflict with npm version of fontawesome.. you need to specify a root element for dom.watch() instad of use a global replacer...

sethsandaru commented 4 years ago

Hi friend,

Vue-Form-Builder@2.0.0 has been released. Check it out.

P/s: I closed this issue because it's not related to Vue-Form-Builder@2.0.0 Thanks.