1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-03 17:16:08 +02:00
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({