vm.$delete( key )
-
Arguments:
{String} key
-
Usage:
Delete a root level property on the Vue instance (and also its
$data). Forces a digest cycle. Not recommended.
vm.$delete( key )
Arguments:
{String} keyUsage:
Delete a root level property on the Vue instance (and also its $data). Forces a digest cycle. Not recommended.
Please login to continue.