Create nested values and any intermediaries using dot notation ('a.b.c'
) paths.
Set nested object property (supports custom seperator, mutation, forcing creation & multi set)
tiaanduplessisover 2 years agoVue.set with dot notation support ('a.b.c'
) paths.
Set nested properties on an object using dot notation.
jonschlinkert6 months ago