Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Reverts v-if/v-show change from openhab#2029. (openhab#2054)
Regression from openhab#2029. A few of my UI pages stopped loading properly. Specifically there seemed to be a condition where when the page would draw its widgets before other parts of the page were loaded (or something similar, some race conditional). This would result in widgets loading with the wrong state, colors, icons, etc that are dependent on item state. I tracked it down to this one very small change, reverting back to a `v-show` from `v-if` for the main view ready state fixes this. Signed-off-by: Dan Cunningham <dan@digitaldan.com> Signed-off-by: Stefan Höhn <mail@stefanhoehn.com>
- Loading branch information