@avenirs-esr/avenirs-dsav 0.1.258 → 0.1.259

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.
@@ -4,7 +4,9 @@
4
4
  data-testid="av-button-stub"
5
5
  data-tag="router-link"
6
6
  :href="to"
7
- />
7
+ >
8
+ {{ label }}
9
+ </a>
8
10
  <button
9
11
  v-else
10
12
  data-testid="av-button-stub"
@@ -22,7 +22,9 @@ const a = t({
22
22
  data-testid="av-button-stub"
23
23
  data-tag="router-link"
24
24
  :href="to"
25
- />
25
+ >
26
+ {{ label }}
27
+ </a>
26
28
  <button
27
29
  v-else
28
30
  data-testid="av-button-stub"
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@avenirs-esr/avenirs-dsav",
3
3
  "type": "module",
4
- "version": "0.1.258",
4
+ "version": "0.1.259",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "git+https://github.com/avenirs-esr/avenirs-dsav.git"