forked from verdnatura/salix-front
refs #7124 perf: whitespace
This commit is contained in:
parent
d7d83fd886
commit
561a7a5286
|
@ -9,7 +9,7 @@ export default {
|
||||||
mounted: function () {
|
mounted: function () {
|
||||||
const vm = getCurrentInstance();
|
const vm = getCurrentInstance();
|
||||||
if (vm.type.name === 'QForm')
|
if (vm.type.name === 'QForm')
|
||||||
if (![ 'searchbarForm'].includes(this.$el?.id)) {
|
if (!['searchbarForm'].includes(this.$el?.id)) {
|
||||||
let that = this;
|
let that = this;
|
||||||
|
|
||||||
// AUTOFOCUS
|
// AUTOFOCUS
|
||||||
|
|
Loading…
Reference in New Issue