| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700 | 
							- module.exports =
 
- /******/ (function(modules) { // webpackBootstrap
 
- /******/ 	// The module cache
 
- /******/ 	var installedModules = {};
 
- /******/
 
- /******/ 	// The require function
 
- /******/ 	function __webpack_require__(moduleId) {
 
- /******/
 
- /******/ 		// Check if module is in cache
 
- /******/ 		if(installedModules[moduleId]) {
 
- /******/ 			return installedModules[moduleId].exports;
 
- /******/ 		}
 
- /******/ 		// Create a new module (and put it into the cache)
 
- /******/ 		var module = installedModules[moduleId] = {
 
- /******/ 			i: moduleId,
 
- /******/ 			l: false,
 
- /******/ 			exports: {}
 
- /******/ 		};
 
- /******/
 
- /******/ 		// Execute the module function
 
- /******/ 		modules[moduleId].call(module.exports, module, module.exports, __webpack_require__);
 
- /******/
 
- /******/ 		// Flag the module as loaded
 
- /******/ 		module.l = true;
 
- /******/
 
- /******/ 		// Return the exports of the module
 
- /******/ 		return module.exports;
 
- /******/ 	}
 
- /******/
 
- /******/
 
- /******/ 	// expose the modules object (__webpack_modules__)
 
- /******/ 	__webpack_require__.m = modules;
 
- /******/
 
- /******/ 	// expose the module cache
 
- /******/ 	__webpack_require__.c = installedModules;
 
- /******/
 
- /******/ 	// define getter function for harmony exports
 
- /******/ 	__webpack_require__.d = function(exports, name, getter) {
 
- /******/ 		if(!__webpack_require__.o(exports, name)) {
 
- /******/ 			Object.defineProperty(exports, name, { enumerable: true, get: getter });
 
- /******/ 		}
 
- /******/ 	};
 
- /******/
 
- /******/ 	// define __esModule on exports
 
- /******/ 	__webpack_require__.r = function(exports) {
 
- /******/ 		if(typeof Symbol !== 'undefined' && Symbol.toStringTag) {
 
- /******/ 			Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
 
- /******/ 		}
 
- /******/ 		Object.defineProperty(exports, '__esModule', { value: true });
 
- /******/ 	};
 
- /******/
 
- /******/ 	// create a fake namespace object
 
- /******/ 	// mode & 1: value is a module id, require it
 
- /******/ 	// mode & 2: merge all properties of value into the ns
 
- /******/ 	// mode & 4: return value when already ns object
 
- /******/ 	// mode & 8|1: behave like require
 
- /******/ 	__webpack_require__.t = function(value, mode) {
 
- /******/ 		if(mode & 1) value = __webpack_require__(value);
 
- /******/ 		if(mode & 8) return value;
 
- /******/ 		if((mode & 4) && typeof value === 'object' && value && value.__esModule) return value;
 
- /******/ 		var ns = Object.create(null);
 
- /******/ 		__webpack_require__.r(ns);
 
- /******/ 		Object.defineProperty(ns, 'default', { enumerable: true, value: value });
 
- /******/ 		if(mode & 2 && typeof value != 'string') for(var key in value) __webpack_require__.d(ns, key, function(key) { return value[key]; }.bind(null, key));
 
- /******/ 		return ns;
 
- /******/ 	};
 
- /******/
 
- /******/ 	// getDefaultExport function for compatibility with non-harmony modules
 
- /******/ 	__webpack_require__.n = function(module) {
 
- /******/ 		var getter = module && module.__esModule ?
 
- /******/ 			function getDefault() { return module['default']; } :
 
- /******/ 			function getModuleExports() { return module; };
 
- /******/ 		__webpack_require__.d(getter, 'a', getter);
 
- /******/ 		return getter;
 
- /******/ 	};
 
- /******/
 
- /******/ 	// Object.prototype.hasOwnProperty.call
 
- /******/ 	__webpack_require__.o = function(object, property) { return Object.prototype.hasOwnProperty.call(object, property); };
 
- /******/
 
- /******/ 	// __webpack_public_path__
 
- /******/ 	__webpack_require__.p = "/dist/";
 
- /******/
 
- /******/
 
- /******/ 	// Load entry module and return exports
 
- /******/ 	return __webpack_require__(__webpack_require__.s = 131);
 
- /******/ })
 
- /************************************************************************/
 
- /******/ ({
 
- /***/ 0:
 
- /***/ (function(module, __webpack_exports__, __webpack_require__) {
 
- "use strict";
 
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return normalizeComponent; });
 
- /* globals __VUE_SSR_CONTEXT__ */
 
- // IMPORTANT: Do NOT use ES2015 features in this file (except for modules).
 
- // This module is a runtime utility for cleaner component module output and will
 
- // be included in the final webpack user bundle.
 
- function normalizeComponent (
 
-   scriptExports,
 
-   render,
 
-   staticRenderFns,
 
-   functionalTemplate,
 
-   injectStyles,
 
-   scopeId,
 
-   moduleIdentifier, /* server only */
 
-   shadowMode /* vue-cli only */
 
- ) {
 
-   // Vue.extend constructor export interop
 
-   var options = typeof scriptExports === 'function'
 
-     ? scriptExports.options
 
-     : scriptExports
 
-   // render functions
 
-   if (render) {
 
-     options.render = render
 
-     options.staticRenderFns = staticRenderFns
 
-     options._compiled = true
 
-   }
 
-   // functional template
 
-   if (functionalTemplate) {
 
-     options.functional = true
 
-   }
 
-   // scopedId
 
-   if (scopeId) {
 
-     options._scopeId = 'data-v-' + scopeId
 
-   }
 
-   var hook
 
-   if (moduleIdentifier) { // server build
 
-     hook = function (context) {
 
-       // 2.3 injection
 
-       context =
 
-         context || // cached call
 
-         (this.$vnode && this.$vnode.ssrContext) || // stateful
 
-         (this.parent && this.parent.$vnode && this.parent.$vnode.ssrContext) // functional
 
-       // 2.2 with runInNewContext: true
 
-       if (!context && typeof __VUE_SSR_CONTEXT__ !== 'undefined') {
 
-         context = __VUE_SSR_CONTEXT__
 
-       }
 
-       // inject component styles
 
-       if (injectStyles) {
 
-         injectStyles.call(this, context)
 
-       }
 
-       // register component module identifier for async chunk inferrence
 
-       if (context && context._registeredComponents) {
 
-         context._registeredComponents.add(moduleIdentifier)
 
-       }
 
-     }
 
-     // used by ssr in case component is cached and beforeCreate
 
-     // never gets called
 
-     options._ssrRegister = hook
 
-   } else if (injectStyles) {
 
-     hook = shadowMode
 
-       ? function () { injectStyles.call(this, this.$root.$options.shadowRoot) }
 
-       : injectStyles
 
-   }
 
-   if (hook) {
 
-     if (options.functional) {
 
-       // for template-only hot-reload because in that case the render fn doesn't
 
-       // go through the normalizer
 
-       options._injectStyles = hook
 
-       // register for functioal component in vue file
 
-       var originalRender = options.render
 
-       options.render = function renderWithStyleInjection (h, context) {
 
-         hook.call(context)
 
-         return originalRender(h, context)
 
-       }
 
-     } else {
 
-       // inject component registration as beforeCreate hook
 
-       var existing = options.beforeCreate
 
-       options.beforeCreate = existing
 
-         ? [].concat(existing, hook)
 
-         : [hook]
 
-     }
 
-   }
 
-   return {
 
-     exports: scriptExports,
 
-     options: options
 
-   }
 
- }
 
- /***/ }),
 
- /***/ 131:
 
- /***/ (function(module, __webpack_exports__, __webpack_require__) {
 
- "use strict";
 
- __webpack_require__.r(__webpack_exports__);
 
- // EXTERNAL MODULE: external "element-ui/lib/transitions/collapse-transition"
 
- var collapse_transition_ = __webpack_require__(28);
 
- var collapse_transition_default = /*#__PURE__*/__webpack_require__.n(collapse_transition_);
 
- // EXTERNAL MODULE: ./packages/menu/src/menu-mixin.js
 
- var menu_mixin = __webpack_require__(37);
 
- // EXTERNAL MODULE: external "element-ui/lib/mixins/emitter"
 
- var emitter_ = __webpack_require__(4);
 
- var emitter_default = /*#__PURE__*/__webpack_require__.n(emitter_);
 
- // EXTERNAL MODULE: external "element-ui/lib/utils/vue-popper"
 
- var vue_popper_ = __webpack_require__(5);
 
- var vue_popper_default = /*#__PURE__*/__webpack_require__.n(vue_popper_);
 
- // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/menu/src/submenu.vue?vue&type=script&lang=js&
 
- var poperMixins = {
 
-   props: {
 
-     transformOrigin: {
 
-       type: [Boolean, String],
 
-       default: false
 
-     },
 
-     offset: vue_popper_default.a.props.offset,
 
-     boundariesPadding: vue_popper_default.a.props.boundariesPadding,
 
-     popperOptions: vue_popper_default.a.props.popperOptions
 
-   },
 
-   data: vue_popper_default.a.data,
 
-   methods: vue_popper_default.a.methods,
 
-   beforeDestroy: vue_popper_default.a.beforeDestroy,
 
-   deactivated: vue_popper_default.a.deactivated
 
- };
 
- /* harmony default export */ var submenuvue_type_script_lang_js_ = ({
 
-   name: 'ElSubmenu',
 
-   componentName: 'ElSubmenu',
 
-   mixins: [menu_mixin["a" /* default */], emitter_default.a, poperMixins],
 
-   components: { ElCollapseTransition: collapse_transition_default.a },
 
-   props: {
 
-     index: {
 
-       type: String,
 
-       required: true
 
-     },
 
-     showTimeout: {
 
-       type: Number,
 
-       default: 300
 
-     },
 
-     hideTimeout: {
 
-       type: Number,
 
-       default: 300
 
-     },
 
-     popperClass: String,
 
-     disabled: Boolean,
 
-     popperAppendToBody: {
 
-       type: Boolean,
 
-       default: undefined
 
-     }
 
-   },
 
-   data: function data() {
 
-     return {
 
-       popperJS: null,
 
-       timeout: null,
 
-       items: {},
 
-       submenus: {},
 
-       mouseInChild: false
 
-     };
 
-   },
 
-   watch: {
 
-     opened: function opened(val) {
 
-       var _this = this;
 
-       if (this.isMenuPopup) {
 
-         this.$nextTick(function (_) {
 
-           _this.updatePopper();
 
-         });
 
-       }
 
-     }
 
-   },
 
-   computed: {
 
-     // popper option
 
-     appendToBody: function appendToBody() {
 
-       return this.popperAppendToBody === undefined ? this.isFirstLevel : this.popperAppendToBody;
 
-     },
 
-     menuTransitionName: function menuTransitionName() {
 
-       return this.rootMenu.collapse ? 'el-zoom-in-left' : 'el-zoom-in-top';
 
-     },
 
-     opened: function opened() {
 
-       return this.rootMenu.openedMenus.indexOf(this.index) > -1;
 
-     },
 
-     active: function active() {
 
-       var isActive = false;
 
-       var submenus = this.submenus;
 
-       var items = this.items;
 
-       Object.keys(items).forEach(function (index) {
 
-         if (items[index].active) {
 
-           isActive = true;
 
-         }
 
-       });
 
-       Object.keys(submenus).forEach(function (index) {
 
-         if (submenus[index].active) {
 
-           isActive = true;
 
-         }
 
-       });
 
-       return isActive;
 
-     },
 
-     hoverBackground: function hoverBackground() {
 
-       return this.rootMenu.hoverBackground;
 
-     },
 
-     backgroundColor: function backgroundColor() {
 
-       return this.rootMenu.backgroundColor || '';
 
-     },
 
-     activeTextColor: function activeTextColor() {
 
-       return this.rootMenu.activeTextColor || '';
 
-     },
 
-     textColor: function textColor() {
 
-       return this.rootMenu.textColor || '';
 
-     },
 
-     mode: function mode() {
 
-       return this.rootMenu.mode;
 
-     },
 
-     isMenuPopup: function isMenuPopup() {
 
-       return this.rootMenu.isMenuPopup;
 
-     },
 
-     titleStyle: function titleStyle() {
 
-       if (this.mode !== 'horizontal') {
 
-         return {
 
-           color: this.textColor
 
-         };
 
-       }
 
-       return {
 
-         borderBottomColor: this.active ? this.rootMenu.activeTextColor ? this.activeTextColor : '' : 'transparent',
 
-         color: this.active ? this.activeTextColor : this.textColor
 
-       };
 
-     },
 
-     isFirstLevel: function isFirstLevel() {
 
-       var isFirstLevel = true;
 
-       var parent = this.$parent;
 
-       while (parent && parent !== this.rootMenu) {
 
-         if (['ElSubmenu', 'ElMenuItemGroup'].indexOf(parent.$options.componentName) > -1) {
 
-           isFirstLevel = false;
 
-           break;
 
-         } else {
 
-           parent = parent.$parent;
 
-         }
 
-       }
 
-       return isFirstLevel;
 
-     }
 
-   },
 
-   methods: {
 
-     handleCollapseToggle: function handleCollapseToggle(value) {
 
-       if (value) {
 
-         this.initPopper();
 
-       } else {
 
-         this.doDestroy();
 
-       }
 
-     },
 
-     addItem: function addItem(item) {
 
-       this.$set(this.items, item.index, item);
 
-     },
 
-     removeItem: function removeItem(item) {
 
-       delete this.items[item.index];
 
-     },
 
-     addSubmenu: function addSubmenu(item) {
 
-       this.$set(this.submenus, item.index, item);
 
-     },
 
-     removeSubmenu: function removeSubmenu(item) {
 
-       delete this.submenus[item.index];
 
-     },
 
-     handleClick: function handleClick() {
 
-       var rootMenu = this.rootMenu,
 
-           disabled = this.disabled;
 
-       if (rootMenu.menuTrigger === 'hover' && rootMenu.mode === 'horizontal' || rootMenu.collapse && rootMenu.mode === 'vertical' || disabled) {
 
-         return;
 
-       }
 
-       this.dispatch('ElMenu', 'submenu-click', this);
 
-     },
 
-     handleMouseenter: function handleMouseenter(event) {
 
-       var _this2 = this;
 
-       var showTimeout = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : this.showTimeout;
 
-       if (!('ActiveXObject' in window) && event.type === 'focus' && !event.relatedTarget) {
 
-         return;
 
-       }
 
-       var rootMenu = this.rootMenu,
 
-           disabled = this.disabled;
 
-       if (rootMenu.menuTrigger === 'click' && rootMenu.mode === 'horizontal' || !rootMenu.collapse && rootMenu.mode === 'vertical' || disabled) {
 
-         return;
 
-       }
 
-       this.dispatch('ElSubmenu', 'mouse-enter-child');
 
-       clearTimeout(this.timeout);
 
-       this.timeout = setTimeout(function () {
 
-         _this2.rootMenu.openMenu(_this2.index, _this2.indexPath);
 
-       }, showTimeout);
 
-       if (this.appendToBody) {
 
-         this.$parent.$el.dispatchEvent(new MouseEvent('mouseenter'));
 
-       }
 
-     },
 
-     handleMouseleave: function handleMouseleave() {
 
-       var _this3 = this;
 
-       var deepDispatch = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : false;
 
-       var rootMenu = this.rootMenu;
 
-       if (rootMenu.menuTrigger === 'click' && rootMenu.mode === 'horizontal' || !rootMenu.collapse && rootMenu.mode === 'vertical') {
 
-         return;
 
-       }
 
-       this.dispatch('ElSubmenu', 'mouse-leave-child');
 
-       clearTimeout(this.timeout);
 
-       this.timeout = setTimeout(function () {
 
-         !_this3.mouseInChild && _this3.rootMenu.closeMenu(_this3.index);
 
-       }, this.hideTimeout);
 
-       if (this.appendToBody && deepDispatch) {
 
-         if (this.$parent.$options.name === 'ElSubmenu') {
 
-           this.$parent.handleMouseleave(true);
 
-         }
 
-       }
 
-     },
 
-     handleTitleMouseenter: function handleTitleMouseenter() {
 
-       if (this.mode === 'horizontal' && !this.rootMenu.backgroundColor) return;
 
-       var title = this.$refs['submenu-title'];
 
-       title && (title.style.backgroundColor = this.rootMenu.hoverBackground);
 
-     },
 
-     handleTitleMouseleave: function handleTitleMouseleave() {
 
-       if (this.mode === 'horizontal' && !this.rootMenu.backgroundColor) return;
 
-       var title = this.$refs['submenu-title'];
 
-       title && (title.style.backgroundColor = this.rootMenu.backgroundColor || '');
 
-     },
 
-     updatePlacement: function updatePlacement() {
 
-       this.currentPlacement = this.mode === 'horizontal' && this.isFirstLevel ? 'bottom-start' : 'right-start';
 
-     },
 
-     initPopper: function initPopper() {
 
-       this.referenceElm = this.$el;
 
-       this.popperElm = this.$refs.menu;
 
-       this.updatePlacement();
 
-     }
 
-   },
 
-   created: function created() {
 
-     var _this4 = this;
 
-     this.$on('toggle-collapse', this.handleCollapseToggle);
 
-     this.$on('mouse-enter-child', function () {
 
-       _this4.mouseInChild = true;
 
-       clearTimeout(_this4.timeout);
 
-     });
 
-     this.$on('mouse-leave-child', function () {
 
-       _this4.mouseInChild = false;
 
-       clearTimeout(_this4.timeout);
 
-     });
 
-   },
 
-   mounted: function mounted() {
 
-     this.parentMenu.addSubmenu(this);
 
-     this.rootMenu.addSubmenu(this);
 
-     this.initPopper();
 
-   },
 
-   beforeDestroy: function beforeDestroy() {
 
-     this.parentMenu.removeSubmenu(this);
 
-     this.rootMenu.removeSubmenu(this);
 
-   },
 
-   render: function render(h) {
 
-     var _this5 = this;
 
-     var active = this.active,
 
-         opened = this.opened,
 
-         paddingStyle = this.paddingStyle,
 
-         titleStyle = this.titleStyle,
 
-         backgroundColor = this.backgroundColor,
 
-         rootMenu = this.rootMenu,
 
-         currentPlacement = this.currentPlacement,
 
-         menuTransitionName = this.menuTransitionName,
 
-         mode = this.mode,
 
-         disabled = this.disabled,
 
-         popperClass = this.popperClass,
 
-         $slots = this.$slots,
 
-         isFirstLevel = this.isFirstLevel;
 
-     var popupMenu = h(
 
-       'transition',
 
-       {
 
-         attrs: { name: menuTransitionName }
 
-       },
 
-       [h(
 
-         'div',
 
-         {
 
-           ref: 'menu',
 
-           directives: [{
 
-             name: 'show',
 
-             value: opened
 
-           }],
 
-           'class': ['el-menu--' + mode, popperClass],
 
-           on: {
 
-             'mouseenter': function mouseenter($event) {
 
-               return _this5.handleMouseenter($event, 100);
 
-             },
 
-             'mouseleave': function mouseleave() {
 
-               return _this5.handleMouseleave(true);
 
-             },
 
-             'focus': function focus($event) {
 
-               return _this5.handleMouseenter($event, 100);
 
-             }
 
-           }
 
-         },
 
-         [h(
 
-           'ul',
 
-           {
 
-             attrs: {
 
-               role: 'menu'
 
-             },
 
-             'class': ['el-menu el-menu--popup', 'el-menu--popup-' + currentPlacement],
 
-             style: { backgroundColor: rootMenu.backgroundColor || '' } },
 
-           [$slots.default]
 
-         )]
 
-       )]
 
-     );
 
-     var inlineMenu = h('el-collapse-transition', [h(
 
-       'ul',
 
-       {
 
-         attrs: {
 
-           role: 'menu'
 
-         },
 
-         'class': 'el-menu el-menu--inline',
 
-         directives: [{
 
-           name: 'show',
 
-           value: opened
 
-         }],
 
-         style: { backgroundColor: rootMenu.backgroundColor || '' } },
 
-       [$slots.default]
 
-     )]);
 
-     var submenuTitleIcon = rootMenu.mode === 'horizontal' && isFirstLevel || rootMenu.mode === 'vertical' && !rootMenu.collapse ? 'el-icon-arrow-down' : 'el-icon-arrow-right';
 
-     return h(
 
-       'li',
 
-       {
 
-         'class': {
 
-           'el-submenu': true,
 
-           'is-active': active,
 
-           'is-opened': opened,
 
-           'is-disabled': disabled
 
-         },
 
-         attrs: { role: 'menuitem',
 
-           'aria-haspopup': 'true',
 
-           'aria-expanded': opened
 
-         },
 
-         on: {
 
-           'mouseenter': this.handleMouseenter,
 
-           'mouseleave': function mouseleave() {
 
-             return _this5.handleMouseleave(false);
 
-           },
 
-           'focus': this.handleMouseenter
 
-         }
 
-       },
 
-       [h(
 
-         'div',
 
-         {
 
-           'class': 'el-submenu__title',
 
-           ref: 'submenu-title',
 
-           on: {
 
-             'click': this.handleClick,
 
-             'mouseenter': this.handleTitleMouseenter,
 
-             'mouseleave': this.handleTitleMouseleave
 
-           },
 
-           style: [paddingStyle, titleStyle, { backgroundColor: backgroundColor }]
 
-         },
 
-         [$slots.title, h('i', { 'class': ['el-submenu__icon-arrow', submenuTitleIcon] })]
 
-       ), this.isMenuPopup ? popupMenu : inlineMenu]
 
-     );
 
-   }
 
- });
 
- // CONCATENATED MODULE: ./packages/menu/src/submenu.vue?vue&type=script&lang=js&
 
-  /* harmony default export */ var src_submenuvue_type_script_lang_js_ = (submenuvue_type_script_lang_js_); 
 
- // EXTERNAL MODULE: ./node_modules/vue-loader/lib/runtime/componentNormalizer.js
 
- var componentNormalizer = __webpack_require__(0);
 
- // CONCATENATED MODULE: ./packages/menu/src/submenu.vue
 
- var render, staticRenderFns
 
- /* normalize component */
 
- var component = Object(componentNormalizer["a" /* default */])(
 
-   src_submenuvue_type_script_lang_js_,
 
-   render,
 
-   staticRenderFns,
 
-   false,
 
-   null,
 
-   null,
 
-   null
 
-   
 
- )
 
- /* hot reload */
 
- if (false) { var api; }
 
- component.options.__file = "packages/menu/src/submenu.vue"
 
- /* harmony default export */ var submenu = (component.exports);
 
- // CONCATENATED MODULE: ./packages/submenu/index.js
 
- /* istanbul ignore next */
 
- submenu.install = function (Vue) {
 
-   Vue.component(submenu.name, submenu);
 
- };
 
- /* harmony default export */ var packages_submenu = __webpack_exports__["default"] = (submenu);
 
- /***/ }),
 
- /***/ 28:
 
- /***/ (function(module, exports) {
 
- module.exports = require("element-ui/lib/transitions/collapse-transition");
 
- /***/ }),
 
- /***/ 37:
 
- /***/ (function(module, __webpack_exports__, __webpack_require__) {
 
- "use strict";
 
- /* harmony default export */ __webpack_exports__["a"] = ({
 
-   inject: ['rootMenu'],
 
-   computed: {
 
-     indexPath: function indexPath() {
 
-       var path = [this.index];
 
-       var parent = this.$parent;
 
-       while (parent.$options.componentName !== 'ElMenu') {
 
-         if (parent.index) {
 
-           path.unshift(parent.index);
 
-         }
 
-         parent = parent.$parent;
 
-       }
 
-       return path;
 
-     },
 
-     parentMenu: function parentMenu() {
 
-       var parent = this.$parent;
 
-       while (parent && ['ElMenu', 'ElSubmenu'].indexOf(parent.$options.componentName) === -1) {
 
-         parent = parent.$parent;
 
-       }
 
-       return parent;
 
-     },
 
-     paddingStyle: function paddingStyle() {
 
-       if (this.rootMenu.mode !== 'vertical') return {};
 
-       var padding = 20;
 
-       var parent = this.$parent;
 
-       if (this.rootMenu.collapse) {
 
-         padding = 20;
 
-       } else {
 
-         while (parent && parent.$options.componentName !== 'ElMenu') {
 
-           if (parent.$options.componentName === 'ElSubmenu') {
 
-             padding += 20;
 
-           }
 
-           parent = parent.$parent;
 
-         }
 
-       }
 
-       return { paddingLeft: padding + 'px' };
 
-     }
 
-   }
 
- });
 
- /***/ }),
 
- /***/ 4:
 
- /***/ (function(module, exports) {
 
- module.exports = require("element-ui/lib/mixins/emitter");
 
- /***/ }),
 
- /***/ 5:
 
- /***/ (function(module, exports) {
 
- module.exports = require("element-ui/lib/utils/vue-popper");
 
- /***/ })
 
- /******/ });
 
 
  |