claude-web/node_modules/primevue/iftalabel/IftaLabel.vue

16 lines
270 B
Vue
Raw Permalink Normal View History

2026-02-23 02:23:38 +00:00
<template>
<span :class="cx('root')" v-bind="ptmi('root')">
<slot />
</span>
</template>
<script>
import BaseIftaLabel from './BaseIftaLabel.vue';
export default {
name: 'IftaLabel',
extends: BaseIftaLabel,
inheritAttrs: false
};
</script>