UNPKG

@nuxt/components

Version:

Auto Import Components for Nuxt.js

9 lines (8 loc) 185 B
<% const tags = {} for (const c of options.getComponents()) { tags[c.pascalName] = { description: `Auto imported from ${c.shortPath}` } } %><%= JSON.stringify(tags, null, 2) %>