@burh/nuxt-core 1.0.381 → 1.0.382

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -114,7 +114,7 @@
114
114
  filterable
115
115
  remote
116
116
  required
117
- :auto-complete="`new-city-${new Date().getTime()}`"
117
+ auto-complete="off"
118
118
  :class="{'is-invalid': errors[0]}"
119
119
  :remote-method="getCityListFiltered"
120
120
  :loading="isSelectLoading"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@burh/nuxt-core",
3
- "version": "1.0.381",
3
+ "version": "1.0.382",
4
4
  "description": "Design System and Components.",
5
5
  "author": "Burh",
6
6
  "scripts": {