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:
@@ -218,6 +218,7 @@ import {
|
||||
* @author Matthew Raymer
|
||||
*/
|
||||
@Component({
|
||||
name: "ContactsView",
|
||||
components: {
|
||||
GiftedDialog,
|
||||
EntityIcon,
|
||||
|
||||
@@ -301,6 +301,7 @@ import {
|
||||
* It provides infinite scrolling for claims and interactive controls for contact management.
|
||||
*/
|
||||
@Component({
|
||||
name: "DIDView",
|
||||
components: {
|
||||
EntityIcon,
|
||||
InfiniteScroll,
|
||||
|
||||
@@ -351,6 +351,7 @@ interface Tile {
|
||||
}
|
||||
|
||||
@Component({
|
||||
name: "DiscoverView",
|
||||
components: {
|
||||
InfiniteScroll,
|
||||
LMap,
|
||||
|
||||
@@ -378,6 +378,7 @@ interface FeedError {
|
||||
* - ActivityListItem: Individual activity display
|
||||
*/
|
||||
@Component({
|
||||
name: "HomeView",
|
||||
components: {
|
||||
EntityIcon,
|
||||
FeedFilters,
|
||||
|
||||
@@ -309,6 +309,7 @@ import {
|
||||
* Privacy: Only user's own projects and offers are displayed
|
||||
*/
|
||||
@Component({
|
||||
name: "ProjectsView",
|
||||
components: {
|
||||
EntityIcon,
|
||||
InfiniteScroll,
|
||||
|
||||
Reference in New Issue
Block a user