refactor(reactivity): remove stale API markReadonly
BREAKING CHANGE: `markReadonly` has been removed.
This commit is contained in:
@@ -13,7 +13,6 @@ export {
|
||||
isReadonly,
|
||||
shallowReactive,
|
||||
toRaw,
|
||||
markReadonly,
|
||||
markNonReactive
|
||||
} from '@vue/reactivity'
|
||||
export { computed } from './apiComputed'
|
||||
|
||||
Reference in New Issue
Block a user