```vue <template> <my-component/> <template> ``` in playground : ```js const _component_my_component = _resolveComponent(my-component) ``` should be : ```js const _component_my_component = _resolveComponent("my-component") ```