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:
@@ -52,7 +52,7 @@ import { Vue, Component } from "vue-facing-decorator";
|
||||
* - Customizable title and message
|
||||
* - Default value support
|
||||
*/
|
||||
@Component
|
||||
@Component({ name: "ContactNameDialog" })
|
||||
export default class ContactNameDialog extends Vue {
|
||||
cancelCallback: () => void = () => {};
|
||||
saveCallback: (name?: string) => void = () => {};
|
||||
|
||||
Reference in New Issue
Block a user