Create nested values and any intermediaries using dot notation ('a.b.c') paths.
Set nested properties on an object using dot notation.
Vue.set with dot notation support ('a.b.c') paths.
Test whether an object contains a nested key path.
Test whether an object contains a nested key path, either own or inherited.