diff --git a/components/lib/card/BaseCard.vue b/components/lib/card/BaseCard.vue new file mode 100644 index 000000000..a3f8fc6b1 --- /dev/null +++ b/components/lib/card/BaseCard.vue @@ -0,0 +1,21 @@ + diff --git a/components/lib/card/Card.d.ts b/components/lib/card/Card.d.ts index 1754e8344..88161677c 100755 --- a/components/lib/card/Card.d.ts +++ b/components/lib/card/Card.d.ts @@ -63,6 +63,11 @@ export interface CardProps { * @type {CardPassThroughOptions} */ pt?: CardPassThroughOptions; + /** + * When enabled, it removes component related styles in the core. + * @defaultValue false + */ + unstyled?: boolean; } /** diff --git a/components/lib/card/Card.vue b/components/lib/card/Card.vue index 537775e72..63e4115c6 100755 --- a/components/lib/card/Card.vue +++ b/components/lib/card/Card.vue @@ -1,19 +1,19 @@