Closed
Description
Bug Report
Steps to reproduce
<input v-model="msg" />
```
{{ msg }}
```
<script>Vue.createApp({data(){return {msg: "Hello"}}})</script>
What is current behaviour
{{ msg }}
What is the expected behaviour
Hello
Other relevant information
-
Bug does still occur when all/other plugins are disabled?
-
Your OS:
-
Node.js version:
-
npm/yarn version:
-
Browser version:
-
Docsify version:
-
Docsify plugins:
Please create a reproducible sandbox
Mention the docsify version in which this bug was not present (if any)
Cause by this line
docsify/src/core/render/compiler/code.js
Line 14 in 8cbc7c8
Metadata
Metadata
Assignees
Labels
No labels