This commit is contained in:
こぴなたみぽ 2018-02-15 17:24:52 +09:00
parent 0766a76348
commit 9fd00d1179
51 changed files with 93 additions and 93 deletions

View file

@ -46,7 +46,7 @@
this.initializing = true;
this.on('mount', () => {
this.api('stats').then(stats => {
this.$root.$data.os.api('stats').then(stats => {
this.update({
initializing: false,
stats
@ -70,7 +70,7 @@
this.stats = this.opts.stats;
this.on('mount', () => {
this.api('aggregation/posts', {
this.$root.$data.os.api('aggregation/posts', {
limit: 365
}).then(data => {
this.update({
@ -96,7 +96,7 @@
this.stats = this.opts.stats;
this.on('mount', () => {
this.api('aggregation/users', {
this.$root.$data.os.api('aggregation/users', {
limit: 365
}).then(data => {
this.update({