unplugin-vue-components
Advanced tools
Comparing version 0.17.14 to 0.17.15
@@ -75,2 +75,6 @@ import { ComponentResolver, ComponentResolveResult, UILibraryOptions, ComponentResolverObject } from './types'; | ||
directives?: boolean; | ||
/** | ||
* exclude component name, if match do not resolve the name | ||
*/ | ||
exclude?: RegExp; | ||
} | ||
@@ -118,3 +122,3 @@ /** | ||
*/ | ||
declare function HeadlessUiResolver({ prefix, }: HeadlessUiResolverOptions): ComponentResolver; | ||
declare function HeadlessUiResolver(options?: HeadlessUiResolverOptions): ComponentResolver; | ||
@@ -121,0 +125,0 @@ interface IduxResolverOptions { |
{ | ||
"name": "unplugin-vue-components", | ||
"version": "0.17.14", | ||
"version": "0.17.15", | ||
"description": "Components auto importing for Vue", | ||
@@ -5,0 +5,0 @@ "homepage": "https://github.com/antfu/unplugin-vue-components", |
@@ -207,3 +207,4 @@ # unplugin-vue-components | ||
// vite.config.js | ||
import ViteComponents, { | ||
import Components from 'unplugin-vue-components/vite' | ||
import { | ||
AntDesignVueResolver, | ||
@@ -210,0 +211,0 @@ ElementPlusResolver, |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
231940
6812
334