mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-19 06:21:46 +01:00
chore(module): lint
This commit is contained in:
@@ -21,7 +21,7 @@ export default defineNuxtModule<ModuleOptions>({
|
||||
prefix: 'U',
|
||||
colors: undefined
|
||||
},
|
||||
async setup (options, nuxt) {
|
||||
async setup(options, nuxt) {
|
||||
const { resolve } = createResolver(import.meta.url)
|
||||
|
||||
options.colors = options.colors || ['primary', 'red', 'orange', 'amber', 'yellow', 'lime', 'green', 'emerald', 'teal', 'cyan', 'sky', 'blue', 'indigo', 'violet', 'purple', 'fuchia', 'pink', 'rose']
|
||||
|
||||
Reference in New Issue
Block a user