Vue.delete( object, key )
-
Arguments:
{Object} object
{String} key
-
Usage:
Delete a property on an object. If the object is reactive, ensure the deletion triggers view updates. This is primarily used to get around the limitation that Vue cannot detect property deletions, but you should rarely need to use it.
-
See also: Reactivity in Depth
Please login to continue.