### **Description of Bug** When importing `vue-router` in the Vue 3 Starter, an error appears: ``` Error in /turbo_modules/vue-router@4.0.8/dist/vue-router.global.js (3365:7) Vue is not defined ``` https://stackblitz.com/edit/stackblitz-bug-vue-router-cannot-find-vue ### **Steps to Reproduce** 1. Open [Vue 3 Starter](https://stackblitz.com/fork/vue) 2. In the *Dependencies* panel, add `vue-router@4`. 3. In `src/main.js`, insert `import { createRouter } from 'vue-router'` 4. See error in preview window. ### **Expected Behavior** `vue-router` is imported without error. ### **Screenshots/Screencast** <img width="449" alt="Screen Shot 2021-06-15 at 10 02 32 PM" src="https://user-images.githubusercontent.com/26580/122151595-74958580-ce25-11eb-9b85-dc3ac08b2102.png"> **Additional Context/Questions** * macOS BigSur * Chrome 91