Share modal (#74)

* Creation of the share modal

* Update package.json

* Addressed comments

* Fixed dependency

* Update ShareModal.vue

* Fixed url

* Update ShareModal.vue

* Adressed changes
This commit is contained in:
Adrian O.V
2023-06-28 11:44:47 -04:00
committed by GitHub
parent 227652de2e
commit 42f97f63d5
12 changed files with 345 additions and 2 deletions

View File

@@ -44,6 +44,7 @@ export default {
{ text: 'Markdown', link: '/components/markdown' },
{ text: 'Copy Code', link: '/components/copy-code' },
{ text: 'Notifications', link: '/components/notifications' },
{ text: 'Share Modal', link: '/components/share-modal' },
],
},
],