This website works better with JavaScript
Inicio
Explorar
Ayuda
Registro
Iniciar sesión
doc
/
persagy-web-doc
Seguir
12
Destacar
0
Fork
0
Archivos
Incidencias
0
Pull Requests
0
Wiki
Árbol:
be0c2ebd19
Ramas
Etiquetas
master
persagy-web-...
/
docs
/
.vuepress
/
shims-vue.d.ts
shims-vue.d.ts
104 B
Histórico
Raw
1
2
3
4
5
// .vuepress/shims-vue.d.ts
declare module '*.vue' {
import Vue from 'vue'
export default Vue
}