nuxt-hs-ui 2.12.5 → 2.12.7

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
@@ -4,7 +4,7 @@
4
4
  "compatibility": {
5
5
  "nuxt": ">=3.15.0"
6
6
  },
7
- "version": "2.12.5",
7
+ "version": "2.12.7",
8
8
  "builder": {
9
9
  "@nuxt/module-builder": "0.8.4",
10
10
  "unbuild": "2.0.0"
@@ -365,7 +365,6 @@ const isMobile = useHsIsMobile();
365
365
  </script>
366
366
 
367
367
  <template>
368
- {{ { a: isMobile.isMobile } }}
369
368
  <InputFrame
370
369
  :class="[props.class]"
371
370
  :class-header="props.classHeader"
@@ -25,6 +25,5 @@ export const useHsIsMobile = defineStore("HsIsMobile", () => {
25
25
  isMobile.value = isOldIPad || isIpad || isiOS || isAndroid;
26
26
  };
27
27
  checkIsMobile();
28
- console.log("isMobile", isMobile.value);
29
28
  return { isMobile };
30
29
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nuxt-hs-ui",
3
- "version": "2.12.5",
3
+ "version": "2.12.7",
4
4
  "description": "My new Nuxt module",
5
5
  "repository": "https://github.com/hare-systems-ryo/nuxt-hs-ui",
6
6
  "license": "MIT",