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 () {
|
||||
const vm = getCurrentInstance();
|
||||
if (vm.type.name === 'QForm')
|
||||
if (![ 'searchbarForm'].includes(this.$el?.id)) {
|
||||
if (!['searchbarForm'].includes(this.$el?.id)) {
|
||||
let that = this;
|
||||
|
||||
// AUTOFOCUS
|
||||
|
|
Loading…
Reference in New Issue