This commit is contained in:
ed barz 2023-01-13 12:00:42 +01:00
parent 7d048fc78f
commit 158b67847e
1 changed files with 4 additions and 2 deletions

View File

@ -1,7 +1,9 @@
Vue.component('nicon', {
template: `
<span v-bind:class="name">
</span>
<section class="nicon">
<span v-bind:class="name"></span>
<span class="nicon-label">{{ name }}</span>
</section>
`,
props : ['name']
})