WIP Перемещен инпут
This commit is contained in:
@@ -5,8 +5,10 @@
|
||||
:width="280",
|
||||
size="M",
|
||||
placeholder="Найти ...",
|
||||
icon-left
|
||||
)
|
||||
q-icon(name="app:search", size="20px")
|
||||
template(v-slot:iconLeft)
|
||||
q-icon(name="app:search", size="20px")
|
||||
.flex.gap-x-4.items-center.justify-center
|
||||
q-btn(
|
||||
color="secondary",
|
||||
@@ -21,7 +23,6 @@
|
||||
base-input.search(
|
||||
size="M"
|
||||
:width="300",
|
||||
iconRight,
|
||||
v-model="currentWeek",
|
||||
)
|
||||
.h-5.w-5.flex.items-center.justify-center
|
||||
@@ -73,7 +74,7 @@ import BaseCalendar from "@/components/base/Calendar/BaseCalendar.vue";
|
||||
import { mapState, mapActions } from "vuex";
|
||||
import { v_model } from "@/shared/mixins/v-model";
|
||||
import DateSwitcherSvg from "@/pages/newCalendar/components/CalendarDateSwitcherSvg.vue";
|
||||
import BaseInput from "@/components/BaseInput.vue";
|
||||
import BaseInput from "@/components/base/BaseInput.vue";
|
||||
export default {
|
||||
name: "CalendarHeader",
|
||||
mixins: [v_model],
|
||||
|
||||
Reference in New Issue
Block a user