origin added + refactor

This commit is contained in:
nquidox 2025-12-15 21:03:27 +03:00
parent 5639f8031c
commit 2e9d1d33b7
7 changed files with 86 additions and 87 deletions

View file

@ -6,7 +6,7 @@ const message = useMessage()
const props = defineProps({
text: {
type: String,
required: true,
default: '',
},
})