vueless 0.0.15 → 0.0.16
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.data-table/index.vue +1 -1
- package/web-types.json +1 -1
package/package.json
CHANGED
package/ui.data-table/index.vue
CHANGED
|
@@ -277,7 +277,7 @@ import UIcon from "../ui.image-icon";
|
|
|
277
277
|
import UEmpty from "../ui.text-empty";
|
|
278
278
|
import UDivider from "../ui.container-divider";
|
|
279
279
|
import UCheckbox from "../ui.form-checkbox";
|
|
280
|
-
import ULoaderTop from "../ui.loader-top";
|
|
280
|
+
import ULoaderTop from "../ui.other-loader-top";
|
|
281
281
|
import UTableCell from "../ui.data-table-cell";
|
|
282
282
|
|
|
283
283
|
import UIService from "../service.ui";
|