[Koha-bugs] [Bug 32991] Improve our Dialog component and remove routes for deletion

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Feb 21 18:39:01 CET 2023


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32991

--- Comment #10 from Matt Blenkinsop <matt.blenkinsop at ptfs-europe.com> ---
(In reply to Jonathan Druart from comment #6)

> Finally, there is something weird in Main.vue we need to fix. The
> console is showing a warning
> "[Vue warn]: setup() return property "_is_loading" should not start with "$"
> or "_" which are reserved prefixes for Vue internals."

This appears to just need a new variable name - Vue won't accept variables
prefixed with "_" in root components so "_is_loading" will need renaming. We
can't just remove the "_" as there is a getter called "is_loading" and this
will conflict. Maybe "content_is_loading"?

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list