WIP Сделала селект и кнопку сортировки
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user