vueless 0.0.82 → 0.0.83
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/ui.image-icon/index.vue +1 -1
- package/web-types.json +1 -1
package/package.json
CHANGED
package/ui.image-icon/index.vue
CHANGED
|
@@ -159,7 +159,7 @@ const dynamicComponent = computed(() => {
|
|
|
159
159
|
const FILL_SUFFIX = "-fill";
|
|
160
160
|
|
|
161
161
|
const defaultLibrary = defaultConfig.defaultVariants.library;
|
|
162
|
-
const userLibrary =
|
|
162
|
+
const userLibrary = config.value.defaultVariants.library;
|
|
163
163
|
|
|
164
164
|
const library = props.internal && defaultLibrary === userLibrary ? "vueless" : userLibrary;
|
|
165
165
|
const style = config.value.defaultVariants.style;
|