mirror of
https://github.com/ueberdosis/tiptap.git
synced 2025-01-18 06:03:22 +08:00
change docsearch to dark mode
This commit is contained in:
parent
870185ed6a
commit
6fd98704a0
@ -5,7 +5,9 @@ import 'prismjs/components/prism-scss.js'
|
||||
import PortalVue from 'portal-vue'
|
||||
import App from '~/layouts/App'
|
||||
|
||||
export default function (Vue) {
|
||||
export default function (Vue, { head }) {
|
||||
head.htmlAttrs = { 'data-theme': 'dark' }
|
||||
|
||||
Vue.use(PortalVue)
|
||||
Vue.component('Layout', App)
|
||||
Vue.component('Demo', () => import(/* webpackChunkName: "demo" */ '~/components/Demo'))
|
||||
|
Loading…
Reference in New Issue
Block a user