Skip to content

Commit

Permalink
fix: issue of vue packages
Browse files Browse the repository at this point in the history
  • Loading branch information
CyanSalt committed Mar 30, 2021
1 parent 98bcc26 commit f46423f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions main/internal/proxy/rule.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { computed } from '@vue/reactivity'
import { unref } from '@vue/runtime-core'
import { computed, unref } from '@vue/reactivity'
import cloneDeep from 'lodash/cloneDeep'
import { userData } from '../../utils/directory'
import type { ProxyRule } from './utils'
Expand Down
2 changes: 1 addition & 1 deletion main/lib/frame.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { customRef } from '@vue/runtime-core'
import { customRef } from '@vue/reactivity'
import { app, BrowserWindow } from 'electron'

function hasWindow() {
Expand Down

0 comments on commit f46423f

Please sign in to comment.