mirror of
https://github.com/ueberdosis/tiptap.git
synced 2024-12-11 15: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' }
|
head.htmlAttrs = { 'data-theme': 'dark' }
|
||||||
|
|
||||||
// fix docsearch
|
// fix docsearch
|
||||||
if (!window.process) {
|
if (window && !window.process) {
|
||||||
window.process = {
|
window.process = {
|
||||||
env: {
|
env: {
|
||||||
NODE_ENV: 'production',
|
NODE_ENV: 'production',
|
||||||
|
Loading…
Reference in New Issue
Block a user