From a495b8af769f71b0a97c7732ce0582279d1b590d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Raimund=20Schl=C3=BC=C3=9Fler?= Date: Wed, 10 Aug 2022 21:30:18 +0200 Subject: [PATCH] Also export tooltip options MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Raimund Schlüßler --- src/directives/Tooltip/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/directives/Tooltip/index.js b/src/directives/Tooltip/index.js index 292ee0a2..f929a538 100644 --- a/src/directives/Tooltip/index.js +++ b/src/directives/Tooltip/index.js @@ -29,3 +29,4 @@ options.themes.tooltip.distance = 10 options.themes.tooltip['arrow-padding'] = 3 export default VTooltip +export { options }