Closed vhb-Mark closed 3 years ago
I'm submitting a ... (check one with "x")
[ x] Bug report => search github for a similar issue or PR before submitting [ ] Feature request [ ] Other, please describe
Tell about your platform
Current behavior As soon as I use the following code, it will throw the error. The value container is this.$refs.containerCompanyInfo
let loader = this.$loading.show({ container: container, //canCancel: false, isFullPage: false })
The code is called in a watch function which is triggered in the created function.
Please share a minimal reproduction
The container prop is working fine for me
https://github.com/ankurk91/vue-loading-overlay/blob/da0c2e49f66f7032275377b15d3b918069135c1c/examples/components/pluginExample.vue#L80
I'm submitting a ... (check one with "x")
Tell about your platform
Current behavior As soon as I use the following code, it will throw the error. The value container is this.$refs.containerCompanyInfo
let loader = this.$loading.show({ container: container, //canCancel: false, isFullPage: false })
The code is called in a watch function which is triggered in the created function.