index
:
sharkey
stable
my custom sharkey fork
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
web
/
app
/
v.d.ts
blob: 8f3a240d801976e6bb0a2d199ec5323a42029c5a (
plain
)
1
2
3
4
declare
module
"*.vue"
{
import
Vue
from
'vue'
;
export
default
Vue
;
}