✌️
This commit is contained in:
@ -11,7 +11,7 @@ import * as riot from 'riot';
|
||||
import init from '../init';
|
||||
import route from './router';
|
||||
import fuckAdBlock from './scripts/fuck-ad-block';
|
||||
import getPostSummary from '../../../common/get-post-summary';
|
||||
import getPostSummary from '../../../common/get-post-summary.ts';
|
||||
|
||||
/**
|
||||
* init
|
||||
|
@ -207,7 +207,7 @@
|
||||
|
||||
</style>
|
||||
<script>
|
||||
import getPostSummary from '../../../../common/get-post-summary';
|
||||
import getPostSummary from '../../../../common/get-post-summary.ts';
|
||||
this.getPostSummary = getPostSummary;
|
||||
|
||||
this.mixin('i');
|
||||
|
@ -8,7 +8,7 @@
|
||||
</style>
|
||||
<script>
|
||||
import Progress from '../../../common/scripts/loading';
|
||||
import getPostSummary from '../../../../../common/get-post-summary';
|
||||
import getPostSummary from '../../../../../common/get-post-summary.ts';
|
||||
|
||||
this.mixin('i');
|
||||
this.mixin('api');
|
||||
|
@ -110,7 +110,7 @@
|
||||
|
||||
</style>
|
||||
<script>
|
||||
import getPostSummary from '../../../../common/get-post-summary';
|
||||
import getPostSummary from '../../../../common/get-post-summary.ts';
|
||||
this.getPostSummary = getPostSummary;
|
||||
this.notification = this.opts.notification;
|
||||
</script>
|
||||
|
@ -163,7 +163,7 @@
|
||||
|
||||
</style>
|
||||
<script>
|
||||
import getPostSummary from '../../../../common/get-post-summary';
|
||||
import getPostSummary from '../../../../common/get-post-summary.ts';
|
||||
this.getPostSummary = getPostSummary;
|
||||
this.notification = this.opts.notification;
|
||||
</script>
|
||||
|
@ -78,7 +78,7 @@
|
||||
|
||||
</style>
|
||||
<script>
|
||||
import getPostSummary from '../../../../common/get-post-summary';
|
||||
import getPostSummary from '../../../../common/get-post-summary.ts';
|
||||
this.getPostSummary = getPostSummary;
|
||||
|
||||
this.mixin('api');
|
||||
|
@ -9,7 +9,7 @@
|
||||
<script>
|
||||
import ui from '../../scripts/ui-event';
|
||||
import Progress from '../../../common/scripts/loading';
|
||||
import getPostSummary from '../../../../../common/get-post-summary';
|
||||
import getPostSummary from '../../../../../common/get-post-summary.ts';
|
||||
import openPostForm from '../../scripts/open-post-form';
|
||||
|
||||
this.mixin('i');
|
||||
|
@ -264,7 +264,7 @@
|
||||
</style>
|
||||
<script>
|
||||
import compile from '../../common/scripts/text-compiler';
|
||||
import getPostSummary from '../../../../common/get-post-summary';
|
||||
import getPostSummary from '../../../../common/get-post-summary.ts';
|
||||
import openPostForm from '../scripts/open-post-form';
|
||||
|
||||
this.mixin('api');
|
||||
|
@ -464,7 +464,7 @@
|
||||
</style>
|
||||
<script>
|
||||
import compile from '../../common/scripts/text-compiler';
|
||||
import getPostSummary from '../../../../common/get-post-summary';
|
||||
import getPostSummary from '../../../../common/get-post-summary.ts';
|
||||
import openPostForm from '../scripts/open-post-form';
|
||||
|
||||
this.mixin('api');
|
||||
|
@ -428,7 +428,7 @@
|
||||
|
||||
</style>
|
||||
<script>
|
||||
import summary from '../../../../common/get-post-summary';
|
||||
import summary from '../../../../common/get-post-summary.ts';
|
||||
|
||||
this.post = this.opts.post;
|
||||
this.text = summary(this.post);
|
||||
|
Reference in New Issue
Block a user