Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
partido-interdimensional-pirata
lumi
la web de miniloom
Commits
b812c792
Commit
b812c792
authored
Apr 17, 2020
by
rene
Browse files
sacar import innecesario en AbandonarBarca
parent
992db9e6
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/views/AbandonarBarca.vue
View file @
b812c792
...
...
@@ -28,12 +28,11 @@
<
script
>
import
{
mapState
}
from
'
vuex
'
import
Consenso
from
'
@/components/Consenso
'
import
CustomButton
from
'
@/components/Button.vue
'
export
default
{
name
:
'
AbandonarBarca
'
,
components
:
{
Consenso
,
CustomButton
},
components
:
{
CustomButton
},
data
()
{
return
{
abandonando
:
false
,
error
:
null
}
},
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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