Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a9f1de6

Browse files
committed
chore: rm ad
1 parent 088172b commit a9f1de6

File tree

2 files changed

+0
-77
lines changed

2 files changed

+0
-77
lines changed

src/layout/index.vue

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
<navbar />
88
<tags-view v-if="needTagsView" />
99
</div>
10-
<AD />
1110
<app-main />
1211
<right-panel v-if="showSettings">
1312
<settings />
@@ -21,12 +20,10 @@ import RightPanel from '@/components/RightPanel'
2120
import { AppMain, Navbar, Settings, Sidebar, TagsView } from './components'
2221
import ResizeMixin from './mixin/ResizeHandler'
2322
import { mapState } from 'vuex'
24-
import AD from '@/components/AD'
2523
2624
export default {
2725
name: 'Layout',
2826
components: {
29-
AD,
3027
AppMain,
3128
Navbar,
3229
RightPanel,

src/views/layout/Layout.vue

Lines changed: 0 additions & 74 deletions
This file was deleted.

0 commit comments

Comments
 (0)