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
les
gancio
Commits
5eaf40a7
Commit
5eaf40a7
authored
Oct 10, 2019
by
les
Browse files
minor
parent
9ab71f6d
Changes
1
Hide whitespace changes
Inline
Side-by-side
pages/index.vue
View file @
5eaf40a7
...
...
@@ -7,7 +7,6 @@
<
script
>
import
Home
from
'
~/components/Home.vue
'
import
Nav
from
'
~/components/Nav.vue
'
import
{
mapState
}
from
'
vuex
'
export
default
{
name
:
'
Index
'
,
...
...
@@ -22,7 +21,6 @@ export default {
console
.
error
(
e
)
}
},
computed
:
mapState
([
'
events
'
]),
components
:
{
Nav
,
Home
}
}
</
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