@hostlink/nuxt-light 1.27.2 → 1.27.3

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,7 +1,7 @@
1
1
  {
2
2
  "name": "light",
3
3
  "configKey": "light",
4
- "version": "1.27.2",
4
+ "version": "1.27.3",
5
5
  "builder": {
6
6
  "@nuxt/module-builder": "0.8.4",
7
7
  "unbuild": "2.0.0"
@@ -34,6 +34,7 @@ export default {
34
34
 
35
35
  const root = h(QBtn, {
36
36
  ...this.$props, // 傳遞 props
37
+ ...this.$light.getButtonProps(this.$props), // 傳遞按鈕屬性
37
38
  ...filteredAttrs, // 傳遞過濾後的 attrs
38
39
  onClick: handleClick, // 明確綁定 handleClick
39
40
  }, this.$slots);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hostlink/nuxt-light",
3
- "version": "1.27.2",
3
+ "version": "1.27.3",
4
4
  "description": "HostLink Nuxt Light Framework",
5
5
  "repository": {
6
6
  "type": "git",