chore: rm ad
parent
94785819c0
commit
c625896e7a
|
@ -6,7 +6,6 @@
|
|||
<div :class="{'fixed-header':fixedHeader}">
|
||||
<navbar />
|
||||
</div>
|
||||
<AD />
|
||||
<app-main />
|
||||
</div>
|
||||
</div>
|
||||
|
@ -15,15 +14,13 @@
|
|||
<script>
|
||||
import { Navbar, Sidebar, AppMain } from './components'
|
||||
import ResizeMixin from './mixin/ResizeHandler'
|
||||
import AD from '@/components/AD'
|
||||
|
||||
export default {
|
||||
name: 'Layout',
|
||||
components: {
|
||||
Navbar,
|
||||
Sidebar,
|
||||
AppMain,
|
||||
AD
|
||||
AppMain
|
||||
},
|
||||
mixins: [ResizeMixin],
|
||||
computed: {
|
||||
|
|
Loading…
Reference in New Issue