quasar
Version:
Build high-performance VueJS user interfaces (SPA, PWA, SSR, Mobile and Desktop) in record time
80 lines (69 loc) • 1.43 kB
JavaScript
describe('Tab API', () => {
describe('Props', () => {
describe('Category: content', () => {
describe('(prop): icon', () => {
it.skip(' ', () => {
//
})
})
describe('(prop): label', () => {
it.skip(' ', () => {
//
})
})
describe('(prop): alert', () => {
it.skip(' ', () => {
//
})
})
describe('(prop): alert-icon', () => {
it.skip(' ', () => {
//
})
})
describe('(prop): no-caps', () => {
it.skip(' ', () => {
//
})
})
})
describe('Category: general', () => {
describe('(prop): name', () => {
it.skip(' ', () => {
//
})
})
describe('(prop): tabindex', () => {
it.skip(' ', () => {
//
})
})
})
describe('Category: state', () => {
describe('(prop): disable', () => {
it.skip(' ', () => {
//
})
})
})
describe('Category: style', () => {
describe('(prop): content-class', () => {
it.skip(' ', () => {
//
})
})
describe('(prop): ripple', () => {
it.skip(' ', () => {
//
})
})
})
})
describe('Slots', () => {
describe('(slot): default', () => {
it.skip(' ', () => {
//
})
})
})
})