Closed paragonHex closed 4 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.
vue-meta
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
vue-meta@1.0.4
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.
@paragonHex https://github.com/ElemeFE/element/issues/4207#issuecomment-462612793 This should be a good workaround
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 using1.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.