This website works better with JavaScript
Inicio
Explorar
Axuda
Rexistro
Iniciar sesión
liyongli
/
mediaAll
Seguir
1
Destacar
0
Fork
0
Ficheiros
Incidencias
0
Pull Requests
0
Wiki
Explorar o código
提交
liyongli
hai 1 ano
pai
b9617225e0
achega
5f891fa86a
Modificáronse 1 ficheiros
con
1 adicións
e
0 borrados
Dividir vista
Mostrar estatísticas de Diff
1
0
src/components/editor.vue
+ 1
- 0
src/components/editor.vue
Ver ficheiro
@@ -29,6 +29,7 @@ export default {
},
watch: {
rawText(val) {
+
this.$refs.editor.innerHTML = val;
},
},