feat: add stats page to mobile

This commit is contained in:
benonymity
2022-08-03 22:17:11 -04:00
parent 837df329e2
commit 014588180e
4 changed files with 382 additions and 4 deletions
+6 -1
View File
@@ -100,6 +100,11 @@ export default {
to: '/account'
})
}
items.push({
icon: 'equalizer',
text: 'User Stats',
to: '/stats'
})
if (this.$platform !== 'ios') {
items.push({
@@ -162,4 +167,4 @@ export default {
this.show = false
}
}
</script>
</script>