This commit is contained in:
ed barz 2023-01-13 11:26:25 +01:00
parent 6c9ed07c48
commit 903ed868a9
1 changed files with 1 additions and 2 deletions

View File

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