Last 12 weeks · 0 commits
2 of 6 standards met
Repository: vuejs/repl. Description: Vue SFC REPL as a Vue 3 component Stars: 1088, Forks: 219. Primary language: TypeScript. Languages: TypeScript (54.4%), Vue (28.9%), HTML (8.6%), CSS (6.9%), JavaScript (1.2%). License: MIT. Homepage: https://repl-vuejs.vercel.app Latest release: v4.7.1 (2mo ago). Open PRs: 23, open issues: 29. Last activity: 10h ago. Community health: 37%. Top contributors: yyx990803, sxzz, johnsoncodehk, renovate[bot], edison1105, btea, Kingwl, pdanpdan, wangcch, skirtles-code and others.
TypeScript
SFC playground is probably the best ground on Vue testing, but Emmet support is really missing. Is possible to add it? ;-)
Vue version Any version available on Playground Link to minimal reproduction https://play.vuejs.org Steps to reproduce 1. Open a fresh Vue SFC Playground. 2. Modify the starter code of as follows: What is expected? Type error to be reported on line . What is actually happening? Type error does not get reported, until refreshing the playground. System Info Any additional comments? The issue seems to specifically affect , as it is not reproducible with the same steps but on a newly created component (or a file).