refactor(types): use pure type symbol
This commit is contained in:
parent
cfd1c85fbc
commit
c6217b4d46
@ -5,7 +5,7 @@ import { reactive, isProxy, toRaw } from './reactive'
|
||||
import { ComputedRef } from './computed'
|
||||
import { CollectionTypes } from './collectionHandlers'
|
||||
|
||||
const RefSymbol = Symbol()
|
||||
declare const RefSymbol: unique symbol
|
||||
|
||||
export interface Ref<T = any> {
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user