pulilab / who-maps

WHO MAPS toolkit
3 stars 0 forks source link

Element UI bug #1141

Closed paragonHex closed 4 years ago

paragonHex commented 5 years ago

Using Popup, Datepicker, and some additional UI elements are having conflict with vue-meta it seems.

Effect: Interacting w any affected elements results in clearing the attributes that were provided to the head via the vue-meta package.

Reproduce: Easiest: Try to delete a saved filter set on the dashboard, and see the page title change back to default when the modal opens.

Traced 'til: https://github.com/nuxt/nuxt.js/issues/532 https://github.com/ElemeFE/element/issues/4207 Atinux stated it was solved w. vue-meta@1.0.4, but we're using 1.5.6

Fun fact: I checked, and it turns out, that this is the exact same bug I had with Bitmal. I only hacked around it there.

DonNicoJs commented 5 years ago

@paragonHex https://github.com/ElemeFE/element/issues/4207#issuecomment-462612793 This should be a good workaround