This commit is contained in:
2023-07-26 14:07:17 +03:00
parent 288c5cbb7e
commit 6179e53af7
10 changed files with 77 additions and 54 deletions

View File

@@ -15,5 +15,6 @@ const options: any[] = [
</script>
<template>
<p>Select gender</p>
<ui-field-select :options="options" class="ui-field-select-gender" />
</template>