Browse Source

Changed the path for the twitter button

dependabot/npm_and_yarn/lodash-4.17.19
Alexandrshy 6 years ago
parent
commit
5ff7350002
  1. 2
      package.json
  2. 4
      src/components/TwitterButton.vue

2
package.json

@ -1,6 +1,6 @@
{
"name": "vue-share-buttons",
"version": "1.0.0",
"version": "1.0.1",
"private": false,
"license": "MIT",
"homepage": "https://github.com/Alexandrshy/vue-share-buttons",

4
src/components/TwitterButton.vue

@ -61,6 +61,6 @@ export default {
</script>
<style>
@import "../style/index.css";
@import "../style/twitterButton.css";
@import "./../style/index.css";
@import "./../style/twitterButton.css";
</style>

Loading…
Cancel
Save