fix: explicitly name all our components to avoid some of the warnings for build:web:serve ...

appears the last warning may be inside Vue itself.  Leaving this alone for now.
This commit is contained in:
Matthew Raymer
2025-07-19 04:41:31 +00:00
parent 685010e37d
commit 3a1fe31d39
16 changed files with 16 additions and 11 deletions

View File

@@ -218,6 +218,7 @@ import {
* @author Matthew Raymer
*/
@Component({
name: "ContactsView",
components: {
GiftedDialog,
EntityIcon,