mirror of
https://git.mirrors.martin98.com/https://github.com/sub-store-org/Sub-Store.git
synced 2026-04-05 13:43:16 +08:00
Added subscription page
This commit is contained in:
@@ -34,7 +34,7 @@
|
||||
>
|
||||
<v-app-bar-nav-icon @click.stop="toggleMenu"></v-app-bar-nav-icon>
|
||||
|
||||
<v-toolbar-title>SubStore</v-toolbar-title>
|
||||
<v-toolbar-title>{{title}}</v-toolbar-title>
|
||||
|
||||
</v-app-bar>
|
||||
|
||||
@@ -56,6 +56,12 @@ export default {
|
||||
doNothing: function () {
|
||||
|
||||
}
|
||||
},
|
||||
|
||||
computed: {
|
||||
title: function () {
|
||||
return this.$store.state.title;
|
||||
}
|
||||
}
|
||||
}
|
||||
</script>
|
||||
Reference in New Issue
Block a user