From e2695fb2e4016e5526eb363be81593eeb89b4a33 Mon Sep 17 00:00:00 2001 From: Stanislav Popov Date: Sun, 23 Dec 2018 23:06:47 +0500 Subject: [PATCH] =?UTF-8?q?feat:=20=D0=BF=D1=80=D0=B0=D0=B2=D0=B8=D0=BB?= =?UTF-8?q?=D1=8C=D0=BD=D0=BE=D0=B5=20=D0=B0=D0=B2=D1=82=D0=BE=D0=B4=D0=BE?= =?UTF-8?q?=D0=BF=D0=BE=D0=BB=D0=BD=D0=B5=D0=BD=D0=B8=D0=B5,=20=D0=BA?= =?UTF-8?q?=D0=BE=D0=B3=D0=B4=D0=B0=20=D0=B2=D1=8B=D0=B4=D0=B0=D0=B5=D1=82?= =?UTF-8?q?=D1=81=D1=8F=20=D0=BD=D1=83=D0=BB=D0=B5=D0=B2=D0=BE=D0=B9=20?= =?UTF-8?q?=D1=80=D0=B5=D0=B7=D1=83=D0=BB=D1=8C=D1=82=D0=B0=D1=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/QueryInput.vue | 47 ++++++++------ components/Toolbar.vue | 2 +- store/index.js | 127 +++++++++++++++++++------------------- 3 files changed, 95 insertions(+), 81 deletions(-) diff --git a/components/QueryInput.vue b/components/QueryInput.vue index 0159ec7..f95c2b2 100644 --- a/components/QueryInput.vue +++ b/components/QueryInput.vue @@ -5,7 +5,6 @@ ref="input" placeholder="query" v-model="q" - autofocus title="Например: engine=bitrix&prod=1" v-bind:style="{width: filterWidth + 'px'}" @@ -75,7 +74,6 @@