Afer

Results 4 issues of Afer

7.3 will crash .

从 Vue 3.4 开始,Vue 不再隐式注册全局 JSX 命名空间。要指示 TypeScript 使用 Vue 的 JSX 类型定义,需要加入:{ "compilerOptions": { "jsxImportSource": "vue", "jsx": "preserve", } } ## Types of changes - [ ] New feature...

### :sparkles: What kind of change does this PR introduce? (Bug fix, feature, docs update...) Bug fix. ### :arrow_heading_down: What is the current behavior? When the http response's Content-Type is...