@yeeyoon/library 3.5.8 → 3.5.9

Sign up to get free protection for your applications and to get access to all the features.
@@ -255,7 +255,9 @@ const Header = (props) => {
255
255
  />
256
256
  </Tooltip>
257
257
  )}
258
- <div className={styles['comp-header__slot']}>{prefixSlot}</div>
258
+ {isSharePlatform && (
259
+ <div className={styles['comp-header__slot']}>{prefixSlot}</div>
260
+ )}
259
261
  <span
260
262
  className={styles['comp-header__logo']}
261
263
  onClick={() => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yeeyoon/library",
3
- "version": "3.5.8",
3
+ "version": "3.5.9",
4
4
  "description": "宜云前端组件库和通用服务",
5
5
  "main": "index.js",
6
6
  "repository": {