1👍
I ran into the same issue. I fixed it using this.$nextTick()
instead of setTimeout()
. I think it’s a bit cleaner.
Source:stackexchange.com
1👍
I ran into the same issue. I fixed it using this.$nextTick()
instead of setTimeout()
. I think it’s a bit cleaner.