nuxt / components

Scan and auto import components for Nuxt.js 2.13+
MIT License
887 stars 48 forks source link

Compilation failed when a folder starts with a number #219

Closed AMoreaux closed 3 years ago

AMoreaux commented 3 years ago

Describe the bug Compilation failed when a folder starts with a number. like 01-atoms/my-component.vue

To Reproduce Steps to reproduce the behavior:

  1. Clone repository https://github.com/AMoreaux/issue-nuxt
  2. Run yarn
  3. Run yarn dev
  4. See error

PR open #218

AMoreaux commented 3 years ago

Fixed in #222