@fy-/fws-vue 2.0.58 → 2.0.59

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -43,8 +43,10 @@
43
43
  placeholder="Add a tag..."
44
44
  ></div>
45
45
  </div>
46
- <div class="flex justify-end mt-1" v-if="copyButton" @click="copyText">
47
- <button class="btn primary small">Copy tags</button>
46
+ <div class="flex justify-end mt-1" v-if="copyButton">
47
+ <button class="btn neutral small" type="button" @click.prevent="copyText">
48
+ Copy tags
49
+ </button>
48
50
  </div>
49
51
  </div>
50
52
  </template>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fy-/fws-vue",
3
- "version": "2.0.58",
3
+ "version": "2.0.59",
4
4
  "author": "Florian 'Fy' Gasquez <m@fy.to>",
5
5
  "license": "MIT",
6
6
  "repository": {