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
ChEMBL
C
ChEMBL
Main Web Interface
GLaDOS Frontend - Vue
Commits
29eb16e5
Commit
29eb16e5
authored
Jul 21, 2021
by
David Mendez
Browse files
Merge branch 'staging' into 'master'
Add missing file!!! See merge request
!18
parents
75846d70
35e7aceb
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
28 additions
and
0 deletions
+28
-0
layouts/embeddedScrollable.vue
layouts/embeddedScrollable.vue
+28
-0
No files found.
layouts/embeddedScrollable.vue
0 → 100644
View file @
29eb16e5
<
template
>
<v-app>
<Notifications
/>
<nuxt
/>
</v-app>
</
template
>
<
script
>
import
Vue
from
'
vue
'
import
VueResize
from
'
vue-resize
'
import
Notifications
from
'
~/web-components-submodule/components/common/Notifications.vue
'
Vue
.
use
(
VueResize
)
export
default
{
components
:
{
Notifications
,
},
mounted
()
{
this
.
$store
.
dispatch
(
'
embedding/setIsEmbedded
'
)
},
}
</
script
>
<
style
>
html
{
overflow-y
:
scroll
;
}
</
style
>
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