chore: rm ad

deploy
花裤衩 2020-07-01 10:03:33 +08:00
parent 94785819c0
commit c625896e7a
1 changed files with 1 additions and 4 deletions

View File

@ -6,7 +6,6 @@
<div :class="{'fixed-header':fixedHeader}"> <div :class="{'fixed-header':fixedHeader}">
<navbar /> <navbar />
</div> </div>
<AD />
<app-main /> <app-main />
</div> </div>
</div> </div>
@ -15,15 +14,13 @@
<script> <script>
import { Navbar, Sidebar, AppMain } from './components' import { Navbar, Sidebar, AppMain } from './components'
import ResizeMixin from './mixin/ResizeHandler' import ResizeMixin from './mixin/ResizeHandler'
import AD from '@/components/AD'
export default { export default {
name: 'Layout', name: 'Layout',
components: { components: {
Navbar, Navbar,
Sidebar, Sidebar,
AppMain, AppMain
AD
}, },
mixins: [ResizeMixin], mixins: [ResizeMixin],
computed: { computed: {