@lambo-design/pro-layout 1.0.0-beta.456 → 1.0.0-beta.457
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 +1 -1
- package/src/index.vue +1 -1
package/package.json
CHANGED
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 =
|
|
381
|
+
openMenuInTabs(menu,forceUpdate = false){
|
|
382
382
|
let name = '';
|
|
383
383
|
let menuItem = {};
|
|
384
384
|
if (typeof menu === 'string') {
|