nicon component added
This commit is contained in:
parent
bd6ab5c2f7
commit
39e5a7d8fa
|
@ -1,3 +1,11 @@
|
|||
Vue.component('nicon', {
|
||||
template: `
|
||||
<span v-bind:class="name">
|
||||
</span>
|
||||
`,
|
||||
props : ['name']
|
||||
})
|
||||
|
||||
Vue.component('rnav', {
|
||||
template: `
|
||||
<span class="rnav" v-on:click="toggle" v-bind:class="{ 'tagged': tag.isTrue}">
|
||||
|
|
Loading…
Reference in New Issue