RubyGems
npm
Organizations
Log in
Sign up
npm
comand-component-library
Versions diffs
4.0.49 → 4.0.50
Page 3
comand-component-library 4.0.49 → 4.0.50
Sign up to get
free
protection for your applications and to get access to all the features.
Files changed (4)
hide
show
package/dist/comand-component-library.js
+1
-1
package/dist/comand-component-library.umd.cjs
+1
-1
package/package.json
+1
-1
package/src/components/CmdForm.vue
+1
-1
package/package.json
CHANGED
Viewed
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "comand-component-library",
3
-
"version": "4.0.
49
",
3
+
"version": "4.0.
50
",
4
4
"private": false,
5
5
"type": "module",
6
6
"license": "GPL-3.0-only",
package/src/components/CmdForm.vue
CHANGED
Viewed
@@ -154,7 +154,7 @@ export default {
154
154
type: "submit",
155
155
position: "insideFieldset",
156
156
primary: true,
157
-
...submitButton
157
+
...
this.
submitButton
158
158
}
159
159
}
160
160
},
« First
‹ Prev
1
2
3