@zhangdali1996/lr-map-viewer 0.0.10 → 0.0.11

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
@@ -23,6 +23,8 @@ npm install @zhangdali1996/lr-map-viewer
23
23
 
24
24
  `vue` 和 `element-plus` 作为 `peerDependencies` 提供,要求使用方项目自行安装。
25
25
 
26
+ 二维图纸依赖的 `@longruan/lr-map` 已随当前组件库构建产物内置,客户项目安装本包时不需要再额外访问公司内网 npm 拉取这个依赖。
27
+
26
28
  安装后请显式引入组件库样式:
27
29
 
28
30
  ```js