@vxe-ui/plugin-menu 3.3.0 → 3.3.1

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/es/style.css ADDED
File without changes
File without changes
@@ -469,11 +469,11 @@ var VxeUIPluginMenu = exports.VxeUIPluginMenu = {
469
469
  var pVersion = 3;
470
470
  var sVersion = 13;
471
471
  if (!VxeUI.checkVersion(VxeUI.tableVersion, pVersion, sVersion)) {
472
- console.error("[@vxe-ui/plugin-menu 3.3.0] ".concat(VxeUI.getI18n('vxe.error.errorVersion', ["vxe-table@".concat(VxeUI.tableVersion || '?'), "vxe-table v".concat(pVersion, ".").concat(sVersion, "+")])));
472
+ console.error("[@vxe-ui/plugin-menu 3.3.1] ".concat(VxeUI.getI18n('vxe.error.errorVersion', ["vxe-table@".concat(VxeUI.tableVersion || '?'), "vxe-table v".concat(pVersion, ".").concat(sVersion, "+")])));
473
473
  }
474
474
  } else {
475
475
  if (!/^(3)\./.test(VxeUI.uiVersion || VxeUI.tableVersion)) {
476
- console.error('[@vxe-ui/plugin-menu 3.3.0] Requires vxe-table 3.9.0+ version. https://vxeui.com/other3/#/plugin-menu/install');
476
+ console.error('[@vxe-ui/plugin-menu 3.3.1] Requires vxe-table 3.9.0+ version. https://vxeui.com/other3/#/plugin-menu/install');
477
477
  }
478
478
  }
479
479
  pluginConfig(options);