DemoTextfieldLabelSlot.vue 222 Bytes BlameHistoryPermalink Edit 1 2 3 4 5 6 7 8 <template> <VTextField placeholder="Placeholder Text"> <template #label> What about <strong>icon</strong> here? <VIcon icon="ri-file-search-line" /> </template> </VTextField> </template>