adding a defines comment to input error vue component

This commit is contained in:
Brian 2022-12-07 11:45:25 -07:00
parent 48a34d5acf
commit 87cd634613
Signed by: brian
GPG Key ID: DE1A5390A3B84CD8

View File

@ -1,4 +1,5 @@
<script setup>
// defines
defineProps({
message: String,
})