check
This commit is contained in:
parent
2328f56d86
commit
27ccd5052f
|
@ -1,6 +1,8 @@
|
|||
Vue.component('nicon', {
|
||||
template: `
|
||||
<span class="check">Check</span>
|
||||
<span class="check">
|
||||
Check
|
||||
</span>
|
||||
`,
|
||||
props : ['name']
|
||||
})
|
||||
|
|
Loading…
Reference in New Issue