vue-devui 1.6.7 → 1.6.8
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/radio/style.css +1 -1
- package/style.css +1 -1
- package/vue-devui.es.js +1 -1
- package/vue-devui.umd.js +1 -1
package/vue-devui.es.js
CHANGED
|
@@ -54320,7 +54320,7 @@ const installs = [
|
|
|
54320
54320
|
VirtualListInstall
|
|
54321
54321
|
];
|
|
54322
54322
|
var vueDevui = {
|
|
54323
|
-
version: "1.6.
|
|
54323
|
+
version: "1.6.8",
|
|
54324
54324
|
install(app) {
|
|
54325
54325
|
installs.forEach((p) => app.use(p));
|
|
54326
54326
|
}
|