add tabs to demos

This commit is contained in:
Philipp Kühn
2021-03-19 18:36:27 +01:00
parent 7a20640872
commit 40f14f904c
6 changed files with 126 additions and 33 deletions

View File

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