Results 1 comments of Jackson

I have the same problem! ![image](https://user-images.githubusercontent.com/19523223/189014501-b17ab8ca-1a7e-48f1-91df-2126359f18cf.png) ![image](https://user-images.githubusercontent.com/19523223/189015146-48e1c40c-1d97-47eb-8590-e11703f0e03c.png) ```javascript // package.json { "name": "demo-components", "private": true, "version": "0.0.0", "type": "module", "scripts": { "dev": "vite", "build": "vue-tsc --noEmit && vite build", "preview":...