Open userquin opened 2 months ago
Can we have it in the imports tab (as a badge or filter) instead? Would that be easier to maintain?
Something like this?
We need to:
User composables
to User directives
and the icon when directives filter is checked.v-<kebab-case>
in copy buttonnot-used
): found the problem, we're using 2 different unimport
context in Nuxt (I'm going to check required changes in Nuxt PR)
๐ Linked issue
โ Type of change
๐ Description
Check the title: https://github.com/nuxt/nuxt/pull/29203
This PR includes:
imports.vue
page: Nuxt will useimport.ts
module to auto import and generate the dtsdirectives.vue
pagedirectives.md
to the docs: will require a reviewThis PR can be merged, we only need to confirm that Nuxt will use the
import.ts
module, otherwise we will need to redo some logic here.Some screenshots
![GYg7Tc1WgAA1e5s](https://github.com/user-attachments/assets/1200c2b3-c3bd-481e-b69a-7430718da455) _toolbar__ ![GYg7e2JXQAAugEt](https://github.com/user-attachments/assets/fbd434fe-d93f-4302-9996-53447ae4ae15) __directives page__