diff --git a/components/lib/image/BaseImage.vue b/components/lib/image/BaseImage.vue new file mode 100644 index 000000000..a6b580255 --- /dev/null +++ b/components/lib/image/BaseImage.vue @@ -0,0 +1,144 @@ + diff --git a/components/lib/image/Image.d.ts b/components/lib/image/Image.d.ts index 8e18afe06..12ad0d707 100644 --- a/components/lib/image/Image.d.ts +++ b/components/lib/image/Image.d.ts @@ -168,6 +168,11 @@ export interface ImageProps { * @type {ImagePassThroughOptions} */ pt?: ImagePassThroughOptions; + /** + * When enabled, it removes component related styles in the core. + * @defaultValue false + */ + unstyled?: boolean; } /** diff --git a/components/lib/image/Image.vue b/components/lib/image/Image.vue index 1a8e7fe8e..8a2c3680c 100644 --- a/components/lib/image/Image.vue +++ b/components/lib/image/Image.vue @@ -1,41 +1,41 @@ - -