UNPKG

quasar

Version:

Build high-performance VueJS user interfaces (SPA, PWA, SSR, Mobile and Desktop) in record time

56 lines (49 loc) 965 B
describe('Btn API', () => { describe('Props', () => { describe('Category: behavior', () => { describe('(prop): percentage', () => { it.skip(' ', () => { // }) }) describe('(prop): dark-percentage', () => { it.skip(' ', () => { // }) }) }) describe('Category: style', () => { describe('(prop): round', () => { it.skip(' ', () => { // }) }) }) }) describe('Slots', () => { describe('(slot): default', () => { it.skip(' ', () => { // }) }) describe('(slot): loading', () => { it.skip(' ', () => { // }) }) }) describe('Events', () => { describe('(event): click', () => { it.skip(' ', () => { // }) }) }) describe('Methods', () => { describe('(method): click', () => { it.skip(' ', () => { // }) }) }) })