Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
digitalearth
DASF Data Analytics Software Framework
dasf-app-template
Commits
d49bc6f8
Commit
d49bc6f8
authored
Jun 23, 2020
by
Daniel Eggert
Browse files
removed deprecated v-content
parent
a1423470
Changes
2
Hide whitespace changes
Inline
Side-by-side
pages/index.vue
View file @
d49bc6f8
<
template
>
<v-
content
justiy=
"center"
>
<v-
main
justiy=
"center"
>
<v-row>
<v-col>
<div
class=
"d-flex flex-wrap justify-space-between"
>
...
...
@@ -63,7 +63,7 @@
tile
></v-card>
</v-row>
</v-
content
>
</v-
main
>
</
template
>
...
...
pages/workflow.vue
View file @
d49bc6f8
<
template
>
<v-content
justiy=
"center"
>
<demap
show-osm
legend-collapsed
:center=
"[13.064923, 52.379539]"
:zoom=
"16"
/>
</v-content>
<demap
class=
"nav-offset"
show-osm
legend-collapsed
:center=
"[13.064923, 52.379539]"
:zoom=
"16"
/>
</
template
>
<
style
scoped
>
.nav-offset
{
margin-top
:
70px
;
}
</
style
>
<
script
lang=
'ts'
>
import
{
Component
,
Vue
}
from
'
vue-property-decorator
'
;
import
Demap
from
'
@digital-earth/frontend-framework/lib/map/Demap.vue
'
;
@
Component
({
components
:
{
Demap
}
components
:
{
Demap
}
})
export
default
class
Workflow
extends
Vue
{
}
export
default
class
Workflow
extends
Vue
{}
</
script
>
\ No newline at end of file
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