design tweaks
This commit is contained in:
parent
8ffd89c2e7
commit
be1804c7d0
3 changed files with 62 additions and 46 deletions
|
|
@ -1,11 +1,5 @@
|
|||
'use strict';
|
||||
|
||||
var FILTERS = [
|
||||
{'title': 'All', 'value': 'all', 'icon': 'circle-full'},
|
||||
{'title': 'Unread', 'value': 'unread', 'icon': 'circle'},
|
||||
{'title': 'Starred', 'value': 'starred', 'icon': 'star'},
|
||||
]
|
||||
|
||||
var vm = new Vue({
|
||||
el: '#app',
|
||||
created: function() {
|
||||
|
|
@ -13,7 +7,6 @@ var vm = new Vue({
|
|||
},
|
||||
data: function() {
|
||||
return {
|
||||
'filters': FILTERS,
|
||||
'filterSelected': 'all',
|
||||
'folders': [],
|
||||
'feeds': [],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue