This website works better with JavaScript
Inicio
Explorar
Ayuda
Iniciar sesión
Yumin
/
ant-design-vue-pro
espejo de
https://github.com/vueComponent/ant-design-vue-pro.git
Seguir
1
Destacar
0
Fork
0
Archivos
Incidencias
0
Wiki
Explorar el Código
add vetur new config
musnow
hace 6 años
padre
57ff2fa9c6
commit
d4aa3c1bcd
Se han
modificado 1 ficheros
con
5 adiciones
y
0 borrados
Dividir vista
Mostrar estadísticas de diff
5
0
.prettierrc
+ 5
- 0
.prettierrc
Ver fichero
@@ -0,0 +1,5 @@
+{
+ "printWidth": 120,
+ "semi": false,
+ "singleQuote": true
+}