Skip to content

Commit

Permalink
Social Sharing File Created
Browse files Browse the repository at this point in the history
  • Loading branch information
pcabreram1234 committed Oct 13, 2022
1 parent 202d923 commit 1f157f8
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/boot/socialSharing.js
Original file line number Diff line number Diff line change
@@ -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);
};

0 comments on commit 1f157f8

Please sign in to comment.