diff --git a/components/lib/tabmenu/BaseTabMenu.vue b/components/lib/tabmenu/BaseTabMenu.vue new file mode 100644 index 000000000..ec8db4861 --- /dev/null +++ b/components/lib/tabmenu/BaseTabMenu.vue @@ -0,0 +1,100 @@ + diff --git a/components/lib/tabmenu/TabMenu.d.ts b/components/lib/tabmenu/TabMenu.d.ts index fe5991fae..8cb760cb0 100755 --- a/components/lib/tabmenu/TabMenu.d.ts +++ b/components/lib/tabmenu/TabMenu.d.ts @@ -131,6 +131,11 @@ export interface TabMenuProps { * @type {TabMenuPassThroughOptions} */ pt?: TabMenuPassThroughOptions; + /** + * When enabled, it removes component related styles in the core. + * @defaultValue false + */ + unstyled?: boolean; } /** diff --git a/components/lib/tabmenu/TabMenu.vue b/components/lib/tabmenu/TabMenu.vue index f3413bb75..5e63c4cbc 100755 --- a/components/lib/tabmenu/TabMenu.vue +++ b/components/lib/tabmenu/TabMenu.vue @@ -1,16 +1,25 @@ - -