mirror of
https://iceshrimp.dev/iceshrimp/iceshrimp
synced 2024-12-16 07:38:05 +09:00
wip
This commit is contained in:
parent
bbd36ba4ed
commit
93314b48a2
@ -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 => {
|
||||
|
Loading…
Reference in New Issue
Block a user