Subscribe on changes!

When I upgrade RC-10 to RC-11, There is error in main file at first line of "import { createApp } from 'vue'".

avatar
Sep 16th 2020

Version

3.0.0-rc.11

Reproduction link

https://jsfiddle.net/x31aq0bz/

Steps to reproduce

1.Upgrade RC-10 to RC-11 2.main.ts: import { createApp } from 'vue';

What is expected?

no Type Warning. image

What is actually happening?

Type check error

avatar
Sep 16th 2020

Is my mistake. when I run npm install than the Vue version roll back to 2.x.