This website works better with JavaScript.
Explore
Help
Sign In
mirror
/
unblock-music-web
mirror of
https://git.unlock-music.dev/um/web
Watch
1
Star
0
Fork
You've already forked unblock-music-web
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
99926a752e
main
v1.10.8
v1.10.6
v1.10.5
v1.10.0
v1.10.0-beta.1
v1.9.1
v1.9.0
v1.9.0-beta
v1.8.1
v1.8.0
v1.7.2
v1.7.1
v1.7.0
v1.6.4
v1.6.3
v1.6.2
v1.6.1
v1.6.0
v1.10.7
1.5.2
1.5.1
1.5.0
1.4.1
1.4.0
1.3.4
1.3.3
1.3.2
1.3.1
1.3.0
1.2.0
1.1.3
1.1.2
1.1.1
1.1.0
1.0.2
1.0.1
1.0.0
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '99926a752e'
${ noResults }
unblock-music-web
/
src
/
shims-vue.d.ts
5 lines
74 B
TypeScript
Raw
Normal View
History
Unescape
Escape
chore: add support for typescript
4 years ago
declare
module
'*.vue'
{
all: format with prettier (cherry picked from commit cad5b4d7deba4fbe4a40a17306ce49d3b2f13139)
3 years ago
import
Vue
from
'vue'
;
export
default
Vue
;
chore: add support for typescript
4 years ago
}