Skip to content

Commit

Permalink
fix: 修复eslint error
Browse files Browse the repository at this point in the history
  • Loading branch information
sl1673495 committed Jul 31, 2019
1 parent 939cea4 commit 2979e1f
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
3 changes: 1 addition & 2 deletions release.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#!/bin/bash
#menu.sh

git add .
echo 'git add success'
Expand All @@ -10,7 +9,7 @@ git commit -m "$message"
echo 'commit success'
echo
echo "选择要发布的方式?"
select var in release-major release-minor release-patch;
select var in release-major release-minor release-patch;
do
break
done
Expand Down
File renamed without changes.
3 changes: 0 additions & 3 deletions src/layout/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
<div class="layout">
<layout-header />
<div class="layout-body">
<!-- <layout-menu /> -->
<div
id="page-content"
class="content"
Expand All @@ -15,7 +14,6 @@

<script type="text/ecmascript-6">
import LayoutHeader from "./header"
import LayoutMenu from "./menu"
import { topRoutes } from '@/router'
export default {
Expand All @@ -24,7 +22,6 @@ export default {
},
components: {
LayoutHeader,
LayoutMenu
},
computed: {
routerViewCls() {
Expand Down

0 comments on commit 2979e1f

Please sign in to comment.