Skip to content

Commit

Permalink
Update config docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jtommy committed Jul 31, 2020
1 parent c2a67ae commit 7670748
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/pages/installation/api/constructor-options.js
Original file line number Diff line number Diff line change
Expand Up @@ -353,6 +353,13 @@ export default [
values: '<code>is-boxed</code>, <code>is-toggle</code>',
default: '—'
},
{
name: '<code>defaultProgrammaticPromise</code>',
description: `Return a promise using programmatic component`,
type: 'Boolean',
values: '—',
default: '<code>false</code>'
},
{
name: '<code>defaultLinkTags</code>',
description: 'Default link tags accepted as tag in some component (Button, MenuItem, PaginationButton). Can be used when using custom component or other Vue Router plugin like inertia.',
Expand Down

0 comments on commit 7670748

Please sign in to comment.