WIP Сделала селект и кнопку сортировки

This commit is contained in:
Daria Golova
2023-04-28 13:56:51 +03:00
parent 430ac66273
commit a5acc67c10
2 changed files with 39 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
<template lang="pug">
.flex.flex-col.gap-y-2
base-input-container(:label="label")
base-input-container(:label="label", :style="{width: width}")
q-select(
v-model="value",
:options="items",
@@ -74,6 +74,7 @@ export default {
disable: Boolean,
label: String,
readonly: Boolean,
width: String,
},
emits: ["update:modelValue"],
data() {