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:
@@ -23,7 +23,7 @@ import blankSquareSvg from "../assets/blank-square.svg";
|
||||
* Generates icons using profile images or DiceBear avatars with
|
||||
* proper CORS handling and fallback mechanisms.
|
||||
*/
|
||||
@Component
|
||||
@Component({ name: "EntityIcon" })
|
||||
export default class EntityIcon extends Vue {
|
||||
/** Contact object containing profile information */
|
||||
@Prop()
|
||||
|
||||
Reference in New Issue
Block a user