Turn instrument button into a link
This commit is contained in:
parent
dcd8420419
commit
f1db43a092
|
|
@ -5,8 +5,7 @@
|
|||
v-html="value.description"/>
|
||||
<router-link
|
||||
:to="{name: 'instrument', params: { slug: value.slug }}"
|
||||
class="instrument-widget__button button"
|
||||
tag="button">Instrument anzeigen
|
||||
class="instrument-widget__button button">Instrument anzeigen
|
||||
</router-link>
|
||||
</div>
|
||||
</template>
|
||||
|
|
@ -18,7 +17,8 @@
|
|||
</script>
|
||||
|
||||
<style scoped lang="scss">
|
||||
@import "@/styles/_variables.scss";
|
||||
@import "~styles/_variables.scss";
|
||||
|
||||
.instrument-widget {
|
||||
margin-bottom: $small-spacing;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue