vue-loading
vue-loading copied to clipboard
vue1 directive, show loading block in any element
vue 2
Error when using with vue 2 Uncaught TypeError: Cannot set property 'static' of undefined
I am doing this: v-loading="isLoading" :loading-options="{ text: 'help...', bg: 'rgba(255,255,255,0.85)' I assume that it should be a white transparent, but I get the default grey?
Perhaps a bit of an uncommon situation, but does seem to cause an issue in _handleHide()_ https://bugs.webkit.org/show_bug.cgi?id=51945