quasar
Version:
Build high-performance VueJS user interfaces (SPA, PWA, SSR, Mobile and Desktop) in record time
28 lines (25 loc) • 495 B
JavaScript
describe('Tr API', () => {
describe('Props', () => {
describe('Category: general', () => {
describe('(prop): props', () => {
it.skip(' ', () => {
//
})
})
})
describe('Category: style', () => {
describe('(prop): no-hover', () => {
it.skip(' ', () => {
//
})
})
})
})
describe('Slots', () => {
describe('(slot): default', () => {
it.skip(' ', () => {
//
})
})
})
})