Ignore imports in Vue files.
I'm trying to generate docs in quite large project. Vuedoc generates info for mixin methods and fields. Is there any option to disable "import" lines so only current component is documented, and NOT imported items? Temporary removing "import" lines works, but doing it for >500 files can be problematic.