Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Coscine
frontend
apps
Login
75ac6d54734a8dc4bfdc9d94288a9bdbd9d7edc4
75ac6d54734a8dc4bfdc9d94288a9bdbd9d7edc4
Switch branch/tag
login
src
shims-vue.d.ts
Find file
Normal view
History
Permalink
shims-vue.d.ts
74 Bytes
Newer
Older
Vue-Template
RWTH App
committed
May 16, 2019
1
2
3
4
declare
module
'
*.vue
'
{
import
Vue
from
'
vue
'
;
export
default
Vue
;
}