render react in demo component

This commit is contained in:
Philipp Kühn
2020-04-16 21:12:31 +02:00
parent c11605bc55
commit fa5909a477
5 changed files with 28 additions and 10 deletions

View File

@@ -1,5 +1,6 @@
import Prism from 'prismjs'
import 'prismjs/themes/prism-coy.css'
import 'prismjs/components/prism-jsx.js'
import DefaultLayout from '~/layouts/Default.vue'
import Demo from '~/components/Demo'
import Tab from '~/components/Tab'