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', { Vue.component('nicon', {
template: ` template: `
<span v-bind:class="name"> <section class="nicon">
</span> <span v-bind:class="name"></span>
<span class="nicon-label">{{ name }}</span>
</section>
`, `,
props : ['name'] props : ['name']
}) })