use slots in refnav

This commit is contained in:
edbrz9 2023-01-04 19:04:54 +01:00
parent 3e404169ff
commit 0ffdf1aeab
1 changed files with 3 additions and 1 deletions

View File

@ -1,6 +1,8 @@
Vue.component('rnav', {
template: `
<span class="rnav" v-on:click="toggle" v-bind:class="{ 'tagged': tag.isTrue}"></span>
<span class="rnav" v-on:click="toggle" v-bind:class="{ 'tagged': tag.isTrue}">
<slot></slot>
</span>
`,
props : ['tag'],
methods: {