readonly与shallowReadonly

readonly:

让一个响应式数据变为只读的(深只读)

shallowReadonly:

让一个响应式数据变为只读的(浅只读)

目的

不希望数据被修改时使用