HerringtonDarkholme / av-ts

A modern, type-safe, idiomatic Vue binding library
MIT License
216 stars 11 forks source link

component's name do not work. #34

Closed linzebingo closed 7 years ago

linzebingo commented 7 years ago

When I want to use component recursion, I find component's name do not work. Maybe this code cause the problem. line20 @ core.js

function makeOptionsFromMeta(meta, name) {
     meta.name = name;  // delete this ?
     ......
HerringtonDarkholme commented 7 years ago

fixed in 0.6.2