This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
leo
/
LAPP_AdvancedPlanner_Front
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
优化eslint
test
wangxy
3 years ago
parent
dbcabedf50
commit
236e941eb6
2 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
.eslintrc.js
+1
-2
src/components/SideMenu.vue
+ 1
- 0
.eslintrc.js
View File
@ -10,5 +10,6 @@ module.exports = {
rules
:
{
"no-console"
:
process
.
env
.
NODE_ENV
===
"production"
?
"warn"
:
"off"
,
"no-debugger"
:
process
.
env
.
NODE_ENV
===
"production"
?
"warn"
:
"off"
,
"endOfLine"
:
"auto"
,
}
,
}
;
+ 1
- 2
src/components/SideMenu.vue
View File
@ -32,8 +32,7 @@ export default {
<
/
script
>
<
style
lang
=
"less"
>
.
sidebar
{
.
el
-
submenu__title
:
focus
,
.
el
-
submenu__title
:
hover
{
.
el
-
submenu__title
:
focus
,
.
el
-
submenu__title
:
hover
{
background
:
transparent
;
}
}
Write
Preview
Loading…
Cancel
Save