@iankibetsh/shframework 1.9.8 → 1.9.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/library.js +1 -1
- package/dist/library.mjs +1 -1
- package/package.json +1 -1
package/dist/library.js
CHANGED
|
@@ -5169,7 +5169,7 @@ function setTab(tab){
|
|
|
5169
5169
|
return (_ctx, _cache) => {
|
|
5170
5170
|
return (vue.openBlock(), vue.createElementBlock(vue.Fragment, null, [
|
|
5171
5171
|
vue.createElementVNode("ul", {
|
|
5172
|
-
class: vue.normalizeClass(["nav nav-tabs",
|
|
5172
|
+
class: vue.normalizeClass(["nav nav-tabs", vue.unref(shRepo).getShConfig('tabsClass','sh-tabs nav-tabs-bordered')]),
|
|
5173
5173
|
role: "tablist"
|
|
5174
5174
|
}, [
|
|
5175
5175
|
(vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(vue.unref(tabs), (tab) => {
|
package/dist/library.mjs
CHANGED
|
@@ -5139,7 +5139,7 @@ function setTab(tab){
|
|
|
5139
5139
|
return (_ctx, _cache) => {
|
|
5140
5140
|
return (openBlock(), createElementBlock(Fragment, null, [
|
|
5141
5141
|
createElementVNode("ul", {
|
|
5142
|
-
class: normalizeClass(["nav nav-tabs",
|
|
5142
|
+
class: normalizeClass(["nav nav-tabs", unref(shRepo).getShConfig('tabsClass','sh-tabs nav-tabs-bordered')]),
|
|
5143
5143
|
role: "tablist"
|
|
5144
5144
|
}, [
|
|
5145
5145
|
(openBlock(true), createElementBlock(Fragment, null, renderList(unref(tabs), (tab) => {
|