check
This commit is contained in:
parent
7d048fc78f
commit
158b67847e
|
@ -1,7 +1,9 @@
|
|||
Vue.component('nicon', {
|
||||
template: `
|
||||
<span v-bind:class="name">
|
||||
</span>
|
||||
<section class="nicon">
|
||||
<span v-bind:class="name"></span>
|
||||
<span class="nicon-label">{{ name }}</span>
|
||||
</section>
|
||||
`,
|
||||
props : ['name']
|
||||
})
|
||||
|
|
Loading…
Reference in New Issue