@hostlink/nuxt-light 1.1.5 → 1.1.6

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": "light",
3
3
  "configKey": "light",
4
- "version": "1.1.5"
4
+ "version": "1.1.6"
5
5
  }
@@ -131,7 +131,6 @@ const localValue = computed({
131
131
 
132
132
  </script>
133
133
  <template>
134
- {{ select_options }}
135
134
  <q-select v-bind="attrs" v-model="localValue" :options="select_options" @filter="filterFn" :option-label="optionLabel"
136
135
  hide-bottom-space :rules="rules" :clearable="clearable" />
137
136
  </template>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hostlink/nuxt-light",
3
- "version": "1.1.5",
3
+ "version": "1.1.6",
4
4
  "description": "HostLink Nuxt Light Framework",
5
5
  "repository": "@hostlink/nuxt-light",
6
6
  "license": "MIT",