cec-nuxt-lib 0.8.4 → 0.8.5

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.
package/dist/module.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "cec-nuxt-lib",
3
3
  "configKey": "cec-nuxt-lib",
4
- "version": "0.8.4"
4
+ "version": "0.8.5"
5
5
  }
@@ -452,7 +452,7 @@ onMounted(() => {
452
452
  <input
453
453
  v-model="searchTerm"
454
454
  @keypress.enter="doSearch"
455
- placeholder="Enter keywords:"
455
+ placeholder="Enter keywords"
456
456
  @focus="searchTerm = ''"
457
457
  type="text"
458
458
  id="searchTextBox"
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.8.4",
2
+ "version": "0.8.5",
3
3
  "name": "cec-nuxt-lib",
4
4
  "description": "Nuxt components and assets",
5
5
  "license": "MIT",