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:
@@ -50,7 +50,7 @@ import { logger } from "@/utils/logger";
|
||||
* - Function props for parent control over validation and updates
|
||||
* - Maintains v-model compatibility through onUpdateValue function prop
|
||||
*/
|
||||
@Component
|
||||
@Component({ name: "AmountInput" })
|
||||
export default class AmountInput extends Vue {
|
||||
/** Current numeric value */
|
||||
@Prop({ required: true })
|
||||
|
||||
Reference in New Issue
Block a user