diff --git a/src/boot/socialSharing.js b/src/boot/socialSharing.js new file mode 100644 index 0000000..87d04a3 --- /dev/null +++ b/src/boot/socialSharing.js @@ -0,0 +1,7 @@ +// "async" is optional; +// more info on params: https://quasar.dev/quasar-cli/cli-documentation/boot-files#Anatomy-of-a-boot-file + +import VueSocialSharing from "vue-social-sharing"; +export default ({ app }) => { + app.use(VueSocialSharing); +};