replace hint component

This commit is contained in:
Philipp Kühn
2020-08-18 20:51:01 +02:00
parent 5766f88beb
commit de622ce468
5 changed files with 18 additions and 32 deletions

View File

@@ -10,7 +10,6 @@ import ReactRenderer from '~/components/ReactRenderer'
export default function (Vue, { router, head, isClient }) {
Vue.component('Layout', App)
Vue.component('Demo', Demo)
Vue.component('Hint', Hint)
Vue.component('Tab', Tab)
Vue.component('ReactRenderer', ReactRenderer)
}