This commit is contained in:
ed barz 2023-01-13 11:23:44 +01:00
parent 39e5a7d8fa
commit 6c9ed07c48
1 changed files with 1 additions and 1 deletions

View File

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