yw-ui-vue2 2.0.12 → 2.0.13

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.
@@ -98966,14 +98966,6 @@ const packages_install = function (Vue) {
98966
98966
  }
98967
98967
  // Vue.component(component.name, component);
98968
98968
  });
98969
- Vue.prototype.$message = components_message;
98970
- Vue.prototype.$notification = components_notification;
98971
- Vue.prototype.$info = components_modal.info;
98972
- Vue.prototype.$success = components_modal.success;
98973
- Vue.prototype.$error = components_modal.error;
98974
- Vue.prototype.$warning = components_modal.warning;
98975
- Vue.prototype.$confirm = components_modal.confirm;
98976
- Vue.prototype.$destroyAll = components_modal.destroyAll;
98977
98969
  };
98978
98970
 
98979
98971
  //判断是否直接引入文件,如果是,就不用调用Vue.use()