-
-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Shared Button Added #52
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- Please don't change the
.env.example
file, revert the changes in this file. - Remove the
package-lock.json
, this project uses yarn, no NPM - Revert the changes of the
src/router/routes.js
file, I see some changes of quotes, from single to double. - Revert the changes of the
quasar.config.js
file, I see some changes of quotes, from single to double.
After you make all the changes, I continue testing it.
Chages Done, please check and any issue do not doubt to ask me. |
No delete the files, revert each file to the commit with the hash
|
I'm testing the functionality and get this error; Others considerations:
|
It is mandatory to use the Share VueVueSocialSharing Plugin, therefore I have to modify the The change I have to do is this.
And after the line Only with this the social media button will works. exist another way to load this plugin without to modify the I will waiting for your opinion and recomendations |
No problem 😃 , you can import the component in the same file you can use it, for example; // buttons component
import VueSocialSharing from 'vue-social-sharing'
// others imports and code
{
components: {VueSocialSharing }
} and now you can use in line component; <template>
<VueSocialSharing props... />
</template> |
Oh you are rigth, I have forgotten that. I need to practice more VueJs. thanks @itsalb3rt later I will prove this. |
don't worry Phillip we are here to help 😃 |
I just made the changes required. Please when you have time review it |
Thanks @pcabreram1234 I really appreciate this ❤️ |
No description provided.