Skip to content

Commit

Permalink
update doc.
Browse files Browse the repository at this point in the history
  • Loading branch information
wxsms committed Mar 8, 2019
1 parent cb366a3 commit 86b8e52
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/components/Home.vue
Expand Up @@ -47,7 +47,7 @@
export default {
components: {Logo},
mixins: [googleAd()]
mixins: [googleAd]
}
</script>

Expand Down
2 changes: 1 addition & 1 deletion docs/components/architecture/MarkdownWrapper.vue
Expand Up @@ -85,7 +85,7 @@
export default {
components: {Toc, GithubCorner},
mixins: [googleAd()],
mixins: [googleAd],
data () {
return {
anchors: []
Expand Down

0 comments on commit 86b8e52

Please sign in to comment.