This repository was archived by the owner on Nov 17, 2019. It is now read-only.
Support dynamic components #1
Open
Description
component-not-registered - Warn if a component is used in a SFC file without being registered (a.k.a. a globally registered component). Does not support dynamically assigned components.
Improve component-not-registered
to support dynamic components.
Resources:
vue/no-unused-components
- seems to support dynamic components, maybe I can use that code.