Lint fixes

pull/358/head
cagataycivici 2020-07-03 13:46:35 +03:00
parent 8260a0954b
commit 427edea678
2 changed files with 2 additions and 2 deletions

View File

@ -116,7 +116,7 @@ export default {
data() {
return {
focused: false
}
}
},
created() {
this.numberFormat = new Intl.NumberFormat(this.locale, this.getOptions());

View File

@ -12,7 +12,7 @@
<div class="card">
<h5>Basic</h5>
<AutoComplete v-model="selectedCountry1" :suggestions="filteredCountries" @complete="searchCountry($event)" field="name" />
<h5>Dropdown and Templating</h5>
<AutoComplete v-model="selectedCountry2" :suggestions="filteredCountries" @complete="searchCountry($event)" :dropdown="true" field="name">
<template #item="slotProps">