@lambo-design/pro-layout 1.0.0-beta.456 → 1.0.0-beta.458

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.456",
3
+ "version": "1.0.0-beta.458",
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/core": "^4.7.1-beta.178",
14
- "@lambo-design/shared": "^1.0.0-beta.364"
13
+ "@lambo-design/shared": "^1.0.0-beta.364",
14
+ "@lambo-design/core": "^4.7.1-beta.178"
15
15
  },
16
16
  "scripts": {
17
17
  "release-pro-layout": "pnpm release-beta && git push --follow-tags && pnpm re-publish",
@@ -20,7 +20,7 @@
20
20
  </slot>
21
21
  </div>
22
22
  <div class="tools-box">
23
- <LamboProTools :show-tools-quick-icons="hideMenuLogo">
23
+ <LamboProTools>
24
24
  <template slot = "pro-layout-icons">
25
25
  <slot name="pro-layout-icons"></slot>
26
26
  </template>
@@ -1,7 +1,7 @@
1
1
  <template>
2
2
  <div class="pro-layout-tools-wrapper">
3
3
  <slot name="pro-layout-icons">
4
- <LamboProLayoutToolsQuickIcons v-show="showToolsQuickIcons">
4
+ <LamboProLayoutToolsQuickIcons>
5
5
  <template slot="pro-layout-custom-icons">
6
6
  <slot name="pro-layout-custom-icons"></slot>
7
7
  </template>
@@ -21,13 +21,7 @@ export default {
21
21
  components: {
22
22
  LamboProLayoutToolsQuickIcons,
23
23
  LamboProLayoutToolsUser
24
- },
25
- props: {
26
- showToolsQuickIcons: {
27
- type: Boolean,
28
- default: true
29
- }
30
- },
24
+ }
31
25
  }
32
26
  </script>
33
27
 
package/src/index.vue CHANGED
@@ -378,7 +378,7 @@ export default {
378
378
  // data = data.filter(item => item.name === current);
379
379
  this.$emit('change-tabs',data,current)
380
380
  },
381
- openMenuInTabs(menu,forceUpdate = true){
381
+ openMenuInTabs(menu,forceUpdate = false){
382
382
  let name = '';
383
383
  let menuItem = {};
384
384
  if (typeof menu === 'string') {