This website works better with JavaScript
Inicio
Explorar
Ayuda
Registro
Iniciar sesión
liyongli
/
mediaAll
Seguir
1
Destacar
0
Fork
0
Archivos
Incidencias
0
Pull Requests
0
Wiki
Explorar el Código
提交
liyongli
hace 1 año
padre
b9617225e0
commit
5f891fa86a
Se han
modificado 1 ficheros
con
1 adiciones
y
0 borrados
Dividir vista
Mostrar estadísticas de diff
1
0
src/components/editor.vue
+ 1
- 0
src/components/editor.vue
Ver fichero
@@ -29,6 +29,7 @@ export default {
},
watch: {
rawText(val) {
+
this.$refs.editor.innerHTML = val;
},
},