1
0
mirror of https://github.com/typemill/typemill.git synced 2025-08-06 14:16:46 +02:00

Fixed & in raw mode

This commit is contained in:
trendschau
2022-05-24 21:55:52 +02:00
parent 76394bd3f3
commit 9f64b75d78
2 changed files with 18 additions and 18 deletions

View File

@@ -8,7 +8,7 @@ let editor = new Vue({
},
form: {
title: document.getElementById("title").value,
content: document.getElementById("content").innerHTML,
content: document.getElementById("content").textContent,
},
showEditor: 'show',
},