forked from jsnbuchanan/crowd-funder-for-time-pwa
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:
@@ -26,7 +26,7 @@ const BLANK_CONFIG = {
|
||||
backColor: "#0000",
|
||||
};
|
||||
|
||||
@Component
|
||||
@Component({ name: "ProjectIcon" })
|
||||
export default class ProjectIcon extends Vue {
|
||||
@Prop entityId = "";
|
||||
@Prop iconSize = 0;
|
||||
|
||||
Reference in New Issue
Block a user