-
-
Notifications
You must be signed in to change notification settings - Fork 33.9k
Closed
Labels
Description
Version
2.3.4
Reproduction
Here what happens on F5 (reload) key:

(It happens only once, the video is looped)
Steps to reproduce
Add a <pre> tag in App.vue of the vue-hackernews-2.0 demo:
<template>
<div id="app">
<header class="header">
<pre style="background-color: #aaa">
foobar
</pre>
<nav class="inner">
What is expected?
client-side and server-side have the same version for the <pre> tag
What is actually happening?
client and server side versions are not the same, then bailout ?, then <pre> tag content is flickering