remove live-demo and typedoc

This commit is contained in:
Philipp Kühn
2021-02-04 09:57:35 +01:00
parent d65656d43e
commit 804ec1932f
13 changed files with 18 additions and 622 deletions

View File

@@ -51,5 +51,4 @@ export default function (Vue) {
Vue.component('Layout', App)
Vue.component('Demo', () => import(/* webpackChunkName: "demo" */ '~/components/Demo'))
Vue.component('LiveDemo', () => import(/* webpackChunkName: "live-demo" */ '~/components/LiveDemo'))
}