@mptw/skylens-ui 1.2.12 → 1.2.14

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.
@@ -131,7 +131,7 @@ export default defineComponent({
131
131
  let clickSubscriber: any = null;
132
132
 
133
133
  const queryProxy = computed({
134
- get() { query.value || selfQuery },
134
+ get() { return query.value || selfQuery.value },
135
135
  set(newValue: string) {
136
136
  emit('update:query', newValue);
137
137
  selfQuery.value = newValue;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@mptw/skylens-ui",
3
3
  "type": "module",
4
- "version": "1.2.12",
4
+ "version": "1.2.14",
5
5
  "main": "./nuxt.config.ts",
6
6
  "scripts": {
7
7
  "dev": "nuxi dev .playground",