Skip to content

Commit

Permalink
update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
wxsms committed Feb 20, 2019
1 parent 42e587e commit dea1e88
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 7 deletions.
15 changes: 15 additions & 0 deletions docs/components/architecture/MarkdownWrapper.vue
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,17 @@
<slot/>
</div>
</div>
<div class="row">
<div class="col-xs-12">
<!-- row -->
<ins class="adsbygoogle"
style="display:block"
data-ad-client="ca-pub-4714899946256166"
data-ad-slot="2940247473"
data-ad-format="auto"
data-full-width-responsive="true"></ins>
</div>
</div>
<div class="row" v-if="this.docUrl">
<div class="col-xs-12">
<div class="edit-this-page">
Expand Down Expand Up @@ -78,6 +89,10 @@
mounted () {
this.$nextTick(() => {
this.anchors = getAnchors(this.$refs.markdown)
setTimeout(() => {
window.adsbygoogle = window.adsbygoogle ? window.adsbygoogle : []
window.adsbygoogle.push({})
}, 2000)
})
}
}
Expand Down
8 changes: 1 addition & 7 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,7 @@
<meta name="keywords"
content="Bootstrap,Vue,JavaScript,HTML,CSS,Components,Directives,UI,Affix,MessageBox,Notification,ScrollSpy,Alert,Button,ButtonGroup,Breadcrumbs,Carousel,Collapse,DatePicker,Dropdown,Modal,Pagination,Popover,ProgressBar,Tabs,TimePicker,Tooltip,Typeahead,AutoComplete,MultiSelect,Navbar">
<title>uiv - Bootstrap 3 Components implemented by Vue 2.</title>
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<script>
(adsbygoogle = window.adsbygoogle || []).push({
google_ad_client: "ca-pub-4714899946256166",
enable_page_level_ads: true
});
</script>
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
</head>
<body>
<div id="app"></div>
Expand Down

0 comments on commit dea1e88

Please # to comment.