LucasLeandro1204 / vue-content-loading

Vue component to easily build (or use presets) SVG loading cards Facebook like.
https://lucasleandro1204.github.io/vue-content-loading/
MIT License
759 stars 76 forks source link

fix(VueContentLoading): make uid observerable #23

Closed binggg closed 5 years ago

binggg commented 5 years ago

Because this._uid is a Vue built-in property, so it is not observable.

Under SSR scene it can cause a bug. Client side _uid is changed , but not changed to UI.