Skip to content

Commit

Permalink
fix: RangeError: Maximum call stack size exceeded (build)
Browse files Browse the repository at this point in the history
  • Loading branch information
ulivz committed Oct 29, 2018
1 parent 84fd0ff commit b3d4269
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/@vuepress/theme-vue/layouts/Layout.vue
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
<template>
<Layout>
<ParentLayout>
<CarbonAds slot="sidebar-top"/>
<BuySellAds slot="page-bottom"/>
</Layout>
</ParentLayout>
</template>

<script>
import Layout from '@parent-theme/layouts/Layout.vue'
import ParentLayout from '@parent-theme/layouts/Layout.vue'
import CarbonAds from '../components/CarbonAds.vue'
import BuySellAds from '../components/BuySellAds.vue'
export default {
components: {
Layout,
ParentLayout,
CarbonAds,
BuySellAds
}
Expand Down

0 comments on commit b3d4269

Please sign in to comment.