morghulis 1.0.39 → 1.0.40

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/README.md CHANGED
@@ -12,7 +12,7 @@ npm install morghulis
12
12
  npm install element-plus
13
13
  ```
14
14
 
15
- > **注意**:Morghulis依赖Element Plus。从1.0.39版本开始,我们通过bundleDependencies方式打包Element Plus,不再使用postinstall脚本,解决了各种安装环境下的兼容性问题。如果您仍然发现Element Plus组件无法使用,请手动安装element-plus
15
+ > **注意**:Morghulis依赖Element Plus。从1.0.40版本开始,我们使用了完整导出所有Element Plus的方式,确保在任何环境下Element Plus组件都能正常使用。如果您仍然发现Element Plus组件无法正常加载,请手动安装element-plus并确保在主应用中导入样式。
16
16
 
17
17
  ## 使用方法
18
18