@bigin/bigin-ui-card
Advanced tools
Comparing version 0.0.43 to 0.0.44
@@ -26,2 +26,10 @@ 'use strict';// | ||
default: 1 | ||
}, | ||
headerClass: { | ||
type: String, | ||
default: '' | ||
}, | ||
footerClass: { | ||
type: String, | ||
default: '' | ||
} | ||
@@ -115,3 +123,8 @@ } | ||
_vm.$slots.header | ||
? _c("div", { staticClass: "card__header" }, [_vm._t("header")], 2) | ||
? _c( | ||
"div", | ||
{ class: ["card__header", _vm.headerClass] }, | ||
[_vm._t("header")], | ||
2 | ||
) | ||
: _vm._e(), | ||
@@ -122,3 +135,8 @@ _vm._v(" "), | ||
_vm.$slots.footer | ||
? _c("div", { staticClass: "card__footer" }, [_vm._t("footer")], 2) | ||
? _c( | ||
"div", | ||
{ class: ["card__footer", _vm.footerClass] }, | ||
[_vm._t("footer")], | ||
2 | ||
) | ||
: _vm._e() | ||
@@ -125,0 +143,0 @@ ] |
{ | ||
"name": "@bigin/bigin-ui-card", | ||
"version": "0.0.43", | ||
"version": "0.0.44", | ||
"description": "> TODO: description", | ||
@@ -30,3 +30,3 @@ "author": "Tam Mai <tam.mai@bigin.vn>", | ||
}, | ||
"gitHead": "2d0cc8f9b87fac54a00cffee543fa16a0028bdbb" | ||
"gitHead": "b1b08377f6b2565f272498efe680bb748be62fb9" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
6807
169