mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-05 06:35:57 +02:00
wip
This commit is contained in:
@@ -23,6 +23,8 @@ export default Vue.extend({
|
||||
mounted() {
|
||||
Progress.start();
|
||||
|
||||
// TODO: extract the fetch step for vue-router's caching
|
||||
|
||||
(this as any).api('posts/show', {
|
||||
post_id: this.postId
|
||||
}).then(post => {
|
||||
|
||||
Reference in New Issue
Block a user