Skip to content

Should component name option be inherited? #695

@cheapsteak

Description

@cheapsteak
var CtorFoo = Vue.extend({
  name: 'foo'
});
var CtorBar = Ctor.extend();

Currently inspecting Bar shows VueComponent. Would it make sense/be possible to have it show Foo instead?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions