Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
AURA
dashboard
Commits
dd7b6971
Commit
dd7b6971
authored
Nov 17, 2017
by
Andrea Ida Malkah Klaura
Browse files
removed debug code from App.vue
parent
b4730e28
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/App.vue
View file @
dd7b6971
...
@@ -4,7 +4,6 @@
...
@@ -4,7 +4,6 @@
<div
class=
"content-width"
>
<div
class=
"content-width"
>
<router-view/>
<router-view/>
</div>
</div>
<div
v-on:click=
"consoleLog"
style=
"background: #ad7fa8; border: 2px solid #5c3566;"
>
debug
</div>
<app-footer></app-footer>
<app-footer></app-footer>
</div>
</div>
</
template
>
</
template
>
...
@@ -36,11 +35,6 @@ export default {
...
@@ -36,11 +35,6 @@ export default {
logged_in
:
true
logged_in
:
true
}
}
}
}
},
methods
:
{
consoleLog
:
function
()
{
console
.
log
(
process
.
env
)
}
}
}
}
}
</
script
>
</
script
>
...
...
Write
Preview
Supports
Markdown
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