Open
Description
For example:
<template>
<nuxt-link :to="`#`">button</nuxt-link>
</template>
<style scoped>
a {
color: red;
}
</style>
nuxt-link
is converted to a
tag, but I get error: The selector `a` is unused
.
Please support.
Maybe something like this in the settings:
'vue-scoped-css/no-unused-selector': ['warn', {
'equalTags': {
'nuxt-link': 'a',
'n-link': 'a',
'NuxtLink': 'a',
'NLink': 'a',
'router-link': 'a'
},
}]
Metadata
Metadata
Assignees
Labels
No labels