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