chore: use '' instead of undefined (#205)
This commit is contained in:
parent
14aabf0f98
commit
e68321eac0
@ -3,7 +3,7 @@ import { OperationTypes } from './operations'
|
|||||||
import { isObject } from '@vue/shared'
|
import { isObject } from '@vue/shared'
|
||||||
import { reactive } from './reactive'
|
import { reactive } from './reactive'
|
||||||
|
|
||||||
export const refSymbol = Symbol(__DEV__ ? 'refSymbol' : undefined)
|
export const refSymbol = Symbol(__DEV__ ? 'refSymbol' : '')
|
||||||
|
|
||||||
export interface Ref<T = any> {
|
export interface Ref<T = any> {
|
||||||
[refSymbol]: true
|
[refSymbol]: true
|
||||||
|
Loading…
Reference in New Issue
Block a user