Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Yasset Perez
pride-web
Commits
3258e0fa
Commit
3258e0fa
authored
Sep 12, 2018
by
shabai517
Browse files
test
parent
4302f9b4
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
src/components/NotFound.vue
src/components/NotFound.vue
+3
-2
src/router/index.js
src/router/index.js
+1
-0
No files found.
src/components/NotFound.vue
View file @
3258e0fa
...
...
@@ -50,9 +50,10 @@
},
beforeRouteEnter
:
function
(
to
,
from
,
next
){
console
.
log
(
'
from
'
,
from
);
//console.log(from);
//console.log(document.getElementById('elixir-banner'));
//document.getElementById('elixir-banner').setAttribute('display','none');
//console.log(document.getElementById('elixir-banner'));
//document.getElementById('elixir-banner').setAttribute('display','none');
next
();
},
mounted
(){
...
...
src/router/index.js
View file @
3258e0fa
...
...
@@ -21,6 +21,7 @@ Vue.use(Router)
export
default
new
Router
({
mode
:
'
history
'
,
base
:
"
/pride/
"
,
routes
:
[
{
path
:
'
/
'
,
...
...
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