Demo for Vue 3 issue
$ yarn
... installs dependencies ...
$ node index.js
<div></div>
# compare to 3.2.26
$ yarn add [email protected]
... installs previous vue version ...
$ node index.js
<div>hello world</div>
Possibly introduced by this commit
Demo for Vue 3 issue
$ yarn
... installs dependencies ...
$ node index.js
<div></div>
# compare to 3.2.26
$ yarn add [email protected]
... installs previous vue version ...
$ node index.js
<div>hello world</div>
Possibly introduced by this commit