From 1b0ed9e732175e0201259df563c49de148b77d6e Mon Sep 17 00:00:00 2001 From: Benjamin Canac Date: Wed, 1 Feb 2023 14:36:14 +0100 Subject: [PATCH] docs: simplify popover panel template --- docs/pages/examples.vue | 133 +--------------------------------------- 1 file changed, 3 insertions(+), 130 deletions(-) diff --git a/docs/pages/examples.vue b/docs/pages/examples.vue index ec8f68d0..a3fe8a16 100644 --- a/docs/pages/examples.vue +++ b/docs/pages/examples.vue @@ -96,7 +96,7 @@ Popover: - + @@ -378,95 +340,6 @@ const customDropdownItems = [ }] ] -const solutions = [ - { - name: 'Insights', - description: 'Measure actions your users take', - href: '##', - icon: ` - - ` - }, - { - name: 'Automations', - description: 'Create your own targeted content', - href: '##', - icon: ` - - - - - - ` - }, - { - name: 'Reports', - description: 'Keep track of your growth', - href: '##', - icon: ` - - - - - - - - - - ` - } -] - const onNotificationClick = () => { $toast.error({ title: 'Error', description: 'This is an error message' }) }