Merge pull request #210 from andercard/patch-1

This commit is contained in:
Georges KABBOUCHI
2021-10-14 22:11:00 +03:00
committed by GitHub
+5 -1
View File
@@ -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
}
)