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:
@@ -122,7 +122,7 @@ import { createNotifyHelpers } from "@/utils/notify";
|
||||
import { TIMEOUTS } from "@/utils/notify";
|
||||
import { NOTIFY_COPIED_TO_CLIPBOARD } from "@/constants/notifications";
|
||||
|
||||
@Component
|
||||
@Component({ name: "HiddenDidDialog" })
|
||||
export default class HiddenDidDialog extends Vue {
|
||||
$notify!: (notification: NotificationIface, timeout?: number) => void;
|
||||
notify!: ReturnType<typeof createNotifyHelpers>;
|
||||
|
||||
Reference in New Issue
Block a user