@lambo-design/pro-layout 1.0.0-beta.328 → 1.0.0-beta.329

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lambo-design/pro-layout",
3
- "version": "1.0.0-beta.328",
3
+ "version": "1.0.0-beta.329",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "author": "lambo",
@@ -10,8 +10,8 @@
10
10
  "registry": "https://registry.npmjs.org/"
11
11
  },
12
12
  "devDependencies": {
13
- "@lambo-design/shared": "^1.0.0-beta.173",
14
- "@lambo-design/core": "^4.7.1-beta.136"
13
+ "@lambo-design/core": "^4.7.1-beta.136",
14
+ "@lambo-design/shared": "^1.0.0-beta.175"
15
15
  },
16
16
  "scripts": {
17
17
  "release-pro-layout": "pnpm release-beta && git push --follow-tags && pnpm re-publish",
@@ -115,7 +115,9 @@ export default {
115
115
  },
116
116
  searchMore(){
117
117
  this.searchTopModal = false
118
- Bus.$emit('other-operate','search-more','searchCenter')
118
+ this.showTopInput = false
119
+ this.showSearchIcon = true
120
+ Bus.$emit('other-operate','search-more',this.searchTopText)
119
121
  }
120
122
  },
121
123
  created() {