nav-tab
Version:
A mobile touch-swappable navigation tabs component for Vue3.x
40 lines • 930 B
JavaScript
import { defineOptions } from 'vue';
defineOptions({
name: 'TabItem',
});
; /* PartiallyEnd: #3632/scriptSetup.vue */
function __VLS_template() {
const __VLS_ctx = {};
let __VLS_components;
let __VLS_directives;
// CSS variable injection
// CSS variable injection end
__VLS_elementAsFunction(__VLS_intrinsicElements.h1, __VLS_intrinsicElements.h1)({});
var __VLS_slots;
var $slots;
let __VLS_inheritedAttrs;
var $attrs;
const __VLS_refs = {};
var $refs;
var $el;
return {
attrs: {},
slots: __VLS_slots,
refs: $refs,
rootEl: $el,
};
}
;
const __VLS_self = (await import('vue')).defineComponent({
setup() {
return {};
},
});
export default (await import('vue')).defineComponent({
setup() {
return {};
},
__typeEl: {},
});
; /* PartiallyEnd: #4569/main.vue */
//# sourceMappingURL=TabItem.vue.js.map