Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
ant-design-pro-vue
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
tianzhuanghu
ant-design-pro-vue
Commits
1fac164b
Unverified
Commit
1fac164b
authored
Mar 13, 2019
by
Sendya
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
chore: cleanup.
parent
f5c98035
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
0 additions
and
8 deletions
+0
-8
App.vue
src/App.vue
+0
-1
GlobalLayout.vue
src/components/page/GlobalLayout.vue
+0
-2
DetailList.vue
src/components/tools/DetailList.vue
+0
-1
Logo.vue
src/components/tools/Logo.vue
+0
-2
app.js
src/store/modules/app.js
+0
-2
No files found.
src/App.vue
View file @
1fac164b
...
...
@@ -34,7 +34,6 @@ export default {
$store
.
dispatch
(
'setSidebar'
,
true
)
break
}
console
.
log
(
'deviceType'
,
deviceType
)
})
}
}
...
...
src/components/page/GlobalLayout.vue
View file @
1fac164b
...
...
@@ -113,7 +113,6 @@ export default {
},
watch
:
{
sidebarOpened
(
val
)
{
console
.
log
(
'sidebarOpened'
,
val
)
this
.
collapsed
=
!
val
}
},
...
...
@@ -146,7 +145,6 @@ export default {
}
else
{
left
=
this
.
isMobile
()
&&
'0'
||
(
this
.
fixSidebar
&&
'80px'
||
'0'
)
}
console
.
log
(
'left'
,
left
)
return
left
},
menuSelect
()
{
...
...
src/components/tools/DetailList.vue
View file @
1fac164b
...
...
@@ -25,7 +25,6 @@ const Item = {
}
},
render
()
{
console
.
log
(
'this.$slots.default'
,
this
.
$slots
.
default
)
return
(
<
Col
{...{
props
:
responsive
[
this
.
col
]
}}
>
<
div
class
=
"term"
>
{
this
.
$props
.
term
}
<
/div>
...
...
src/components/tools/Logo.vue
View file @
1fac164b
...
...
@@ -10,8 +10,6 @@
<
script
>
import
LogoSvg
from
'@/assets/logo.svg?inline'
console
.
log
(
LogoSvg
)
export
default
{
name
:
'Logo'
,
components
:
{
...
...
src/store/modules/app.js
View file @
1fac164b
...
...
@@ -30,8 +30,6 @@ const app = {
SET_SIDEBAR_TYPE
:
(
state
,
type
)
=>
{
state
.
sidebar
=
type
Vue
.
ls
.
set
(
SIDEBAR_TYPE
,
type
)
console
.
log
(
'SET_SIDEBAR_TYPE'
,
type
)
},
CLOSE_SIDEBAR
:
(
state
)
=>
{
Vue
.
ls
.
set
(
SIDEBAR_TYPE
,
true
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment