This website requires JavaScript.
Explore
Help
Sign In
potsda.mn
/
mobilizon
Watch
10
Star
4
Fork
You've already forked mobilizon
1
Code
Issues
22
Pull requests
1
Projects
Releases
Wiki
Activity
45155a3bde
mobilizon
/
js
/
src
/
shims-vue.d.ts
5 lines
74 B
TypeScript
Raw
Normal View
History
Unescape
Escape
Migration to typescript: first step Add vue cli typescript support Rename .js to .ts Use class and annotations in App and NavBar Add tslint
2018-12-21 15:41:34 +01:00
declare
module
'*.vue'
{
All components now use typescript
2018-12-21 17:10:39 +01:00
import
Vue
from
'vue'
;
export
default
Vue
;
Migration to typescript: first step Add vue cli typescript support Rename .js to .ts Use class and annotations in App and NavBar Add tslint
2018-12-21 15:41:34 +01:00
}
Reference in a new issue
Copy permalink