You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<div>
This is correct.
<pre><span>1. Hello</span><span>2. Vue</span></pre>
This is incorrect. Lost whitespace
<pre><code><span>1. Hello</span><span>2. Vue</span></code></pre></div>
What is Expected?
1. Hello
2. Vue
What is actually happening?
1. Hello 2. Vue
The text was updated successfully, but these errors were encountered:
Vue.js version
2.0.0-beta.5
Reproduction Link
https://jsbin.com/guyudu/edit?html,js,output
Steps to reproduce
template
What is Expected?
What is actually happening?
The text was updated successfully, but these errors were encountered: