Skip to content

Commit

Permalink
Fix tslint
Browse files Browse the repository at this point in the history
  • Loading branch information
karmakaze committed Jan 20, 2019
1 parent 2e59867 commit 87f9a0c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/components/ListStories.vue
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,10 @@
import { Component, Prop, Vue } from 'vue-property-decorator'
import { getCookie, setCookie } from '../util/cookies.js'
declare global {
interface Window { adsbygoogle: any[] }
}
@Component({
props: {
storyType: String,
Expand Down

0 comments on commit 87f9a0c

Please sign in to comment.