добавление cookie
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2026-05-31 17:50:04 +10:00
parent bf83ed8770
commit eea92e19b9
10 changed files with 226 additions and 11 deletions

View File

@@ -33,6 +33,14 @@ defineProps({
type: String,
default: '',
},
inputId: {
type: String,
default: '',
},
name: {
type: String,
default: '',
},
})
</script>