听海
听海
**What kind of change does this PR introduce?** (check at least one) - [ ] Bugfix - [x] Feature - [ ] Code style update - [ ] Refactor -...
**What kind of change does this PR introduce?** (check at least one) - [ ] Bugfix - [ ] Feature - [ ] Code style update - [x] Refactor -...
**What kind of change does this PR introduce?** (check at least one) - [x] Bugfix - [ ] Feature - [ ] Code style update - [ ] Refactor -...
**What kind of change does this PR introduce?** (check at least one) - [ ] Bugfix - [x] Feature - [ ] Code style update - [ ] Refactor -...
### 🐛 Bug description 组件: ``` import { defineComponent } from 'vue' export default defineComponent({ props: { title: String }, setup(props){ return ()=>{ return {props.title} } } }) ``` 当传入的title从对象变成字符串,就会报错...
在构建过程中自动生成包含项目名称、版本号、构建时间等信息的 version.json 和 version.txt 文件 **What kind of change does this PR introduce?** (check at least one) - [ ] Bugfix - [x] Feature - [ ] Code style update...