add MlTabberBase

This commit is contained in:
2024-07-09 08:37:01 +02:00
parent 8488c70b44
commit 9a1eda1809
3 changed files with 11 additions and 6 deletions

View File

@ -37,6 +37,10 @@ const components = [
name: "MlSliderPoint",
path: "../src/components/Ml/SliderPoint/MlSliderPoint.vue",
},
{
name: "MlTabberBase",
path: "../src/components/Ml/Tabber/MlTabberBase.vue",
},
];
const composables = [