Merge pull request #210 from andercard/patch-1
This commit is contained in:
@@ -41,7 +41,11 @@ app.use(
|
||||
{
|
||||
directive: 'tippy', // => v-tippy
|
||||
component: 'tippy', // => <tippy/>
|
||||
componentSingleton: 'tippy-singleton', // => <tippy-singleton/>
|
||||
componentSingleton: 'tippy-singleton', // => <tippy-singleton/>,
|
||||
defaultProps: {
|
||||
placement: 'auto-end',
|
||||
allowHTML: true,
|
||||
}, // => Global default options * see all props
|
||||
}
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user