add iframe to demo content

This commit is contained in:
Philipp Kühn
2021-02-02 10:20:12 +01:00
committed by Hans Pagel
parent a952cebd00
commit 6fb953dab8
8 changed files with 122 additions and 118 deletions

View File

@@ -5,7 +5,6 @@ import 'prismjs/components/prism-scss.js'
import PortalVue from 'portal-vue'
import iframeResize from 'iframe-resizer/js/iframeResizer'
import App from '~/layouts/App'
import DemoFrame from '~/components/DemoFrame'
Prism.manual = true
@@ -34,6 +33,5 @@ export default function (Vue, { head }) {
Vue.component('Layout', App)
Vue.component('Demo', () => import(/* webpackChunkName: "demo" */ '~/components/Demo'))
Vue.component('DemoFrame', DemoFrame)
Vue.component('LiveDemo', () => import(/* webpackChunkName: "live-demo" */ '~/components/LiveDemo'))
}