You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

15 lines
287 B

export const storage = {
set: do |k, v| global.localStorage.setItem(k, JSON.stringify(v))
get: do |k| JSON.parse global.localStorage.getItem(k)
}
export default {
view: 'home'
query: ''
links: []
sorted_links: []
loading: no
link_selection_index: 0
active_bang: no
loaded:no
}