mirror of
https://github.com/ueberdosis/tiptap.git
synced 2024-12-03 10:59:01 +08:00
fix crap code
This commit is contained in:
parent
52d2c7427e
commit
86dac094f7
@ -11,7 +11,7 @@ export default function (Vue, { head }) {
|
||||
head.htmlAttrs = { 'data-theme': 'dark' }
|
||||
|
||||
// fix docsearch
|
||||
if (!window.process) {
|
||||
if (window && !window.process) {
|
||||
window.process = {
|
||||
env: {
|
||||
NODE_ENV: 'production',
|
||||
|
Loading…
Reference in New Issue
Block a user