UNPKG

@sbh321/qcalendar

Version:

A forked version of Jeff Galbraith's fork of Quasar UI QCalendar

11 lines (8 loc) 181 B
import { h } from 'vue' export default function () { const spanProps = { 'aria-hidden': 'true', class: 'q-calendar__focus-helper', } return [h('span', spanProps)] }