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:
@@ -78,7 +78,7 @@ import { createNotifyHelpers, TIMEOUTS } from "@/utils/notify";
|
||||
* - Responsive design with proper z-indexing
|
||||
* - Smooth enter/leave animations
|
||||
*/
|
||||
@Component
|
||||
@Component({ name: "ChoiceButtonDialog" })
|
||||
export default class PromptDialog extends Vue {
|
||||
$notify!: (notification: unknown, timeout?: number) => void;
|
||||
notify!: ReturnType<typeof createNotifyHelpers>;
|
||||
|
||||
Reference in New Issue
Block a user