mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-06-11 01:54:02 +02:00
Exploreページを実装
This commit is contained in:
@@ -109,7 +109,8 @@ export default Vue.extend({
|
||||
return {
|
||||
column: this,
|
||||
isScrollTop: this.isScrollTop,
|
||||
count: v => this.count = v
|
||||
count: v => this.count = v,
|
||||
inDeck: !this.naked
|
||||
};
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user