refactor(reactivity): remove stale API markReadonly

BREAKING CHANGE: `markReadonly` has been removed.
This commit is contained in:
Evan You
2020-04-13 17:39:48 -04:00
parent 9e9d264412
commit e8a866ec99
4 changed files with 0 additions and 24 deletions

View File

@@ -13,7 +13,6 @@ export {
isReadonly,
shallowReactive,
toRaw,
markReadonly,
markNonReactive
} from '@vue/reactivity'
export { computed } from './apiComputed'