From b73449af3044e1062e3087c243ad0288ecc202f9 Mon Sep 17 00:00:00 2001 From: liyang <1711467488@qq.com> Date: Sat, 11 Aug 2018 21:04:50 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=94=B9=E5=B8=83=E5=B1=80=E6=96=B9?= =?UTF-8?q?=E5=BC=8F=E9=81=BF=E5=85=8D=E6=BB=9A=E5=8A=A8=E6=9D=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Former-commit-id: ccaa4eb9a626e341ce5daf9b8cb30bdd24f621af [formerly ccaa4eb9a626e341ce5daf9b8cb30bdd24f621af [formerly ccaa4eb9a626e341ce5daf9b8cb30bdd24f621af [formerly ccaa4eb9a626e341ce5daf9b8cb30bdd24f621af [formerly 96163a37ebe68643b54d5ac0b88077f9c3db761e [formerly 8a0483c27e3bb7c1b88792fb4ecb6d6bb9b35f4b]]]]] Former-commit-id: 30090992d218f90459bfb3319e20edffa7f40484 Former-commit-id: a74c09ee0c415f7c60839b133fc8de0e02f57adc Former-commit-id: e2222e703d80aded2f542f58518c63e65c6613f0 [formerly baeeeac7635c2444811d942aef9977bb34980916] Former-commit-id: b09e8b36f3e4f36fb191b95780cd25ebbec5ab5a Former-commit-id: 352379011e490ce32770429e3ba9155861cf4c45 Former-commit-id: 290ef5d44eb39ecc33173cdd240c4e218b78b84d Former-commit-id: e4a4af62251dbbcd117bb5c74bc796c4befcd1bd Former-commit-id: 6c1e0f033bce97347bd8aae5b29084fb093fd496 --- src/main.js | 1 - .../demo/playground/store/menu/index.vue | 59 ++++++------------- 2 files changed, 17 insertions(+), 43 deletions(-) diff --git a/src/main.js b/src/main.js index c1fa839b..8625dd10 100644 --- a/src/main.js +++ b/src/main.js @@ -1,7 +1,6 @@ import 'babel-polyfill' import Vue from 'vue' import App from './App' -// flex.css import 'flex.css' import ElementUI from 'element-ui' import 'element-ui/lib/theme-chalk/index.css' diff --git a/src/pages/demo/playground/store/menu/index.vue b/src/pages/demo/playground/store/menu/index.vue index d60058ce..9d66c7a6 100644 --- a/src/pages/demo/playground/store/menu/index.vue +++ b/src/pages/demo/playground/store/menu/index.vue @@ -1,46 +1,21 @@