This commit is contained in:
ed barz 2023-01-13 11:54:17 +01:00
parent 2328f56d86
commit 27ccd5052f
1 changed files with 3 additions and 1 deletions

View File

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