bkui-vue 2.0.1-beta.15.table.5 → 2.0.1-beta.15.table.6
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/dist/index.cjs.js +1 -1
- package/dist/index.esm.js +3 -2
- package/dist/index.umd.js +1 -1
- package/lib/index.js +1 -1
- package/lib/table/index.js +2 -1
- package/package.json +1 -1
package/lib/index.js
CHANGED
@@ -4,5 +4,5 @@ export { default } from './preset';
|
|
4
4
|
export * from './config-provider';
|
5
5
|
export * from './directives';
|
6
6
|
export * as plugins from './plugins';
|
7
|
-
export const version = "2.0.1-beta.15.table.
|
7
|
+
export const version = "2.0.1-beta.15.table.6";
|
8
8
|
window.__bkui_vue_version__ = version;
|
package/lib/table/index.js
CHANGED
@@ -21210,7 +21210,8 @@ var usePagination = function usePagination(props) {
|
|
21210
21210
|
*/
|
21211
21211
|
pagination.enabled = isEnabled.value && !!props.pagination;
|
21212
21212
|
}, {
|
21213
|
-
immediate: true
|
21213
|
+
immediate: true,
|
21214
|
+
deep: true
|
21214
21215
|
});
|
21215
21216
|
(0,external_vue_namespaceObject.watch)(function () {
|
21216
21217
|
return [props.data];
|