From 0e7310b33da219bfd72cb2c579d109b7db60e566 Mon Sep 17 00:00:00 2001 From: Andersson Mesa Date: Thu, 14 Oct 2021 14:06:19 -0500 Subject: [PATCH] Update installation.md It is exemplified that global properties can be added --- docs/content/en/installation.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/content/en/installation.md b/docs/content/en/installation.md index 9a8613c..f69ab14 100644 --- a/docs/content/en/installation.md +++ b/docs/content/en/installation.md @@ -41,7 +41,11 @@ app.use( { directive: 'tippy', // => v-tippy component: 'tippy', // => - componentSingleton: 'tippy-singleton', // => + componentSingleton: 'tippy-singleton', // => , + defaultProps: { + placement: 'auto-end', + allowHTML: true, + }, // => Global default options * see all props } )