dj abf8112359 feat(runtime): 添加 Fragment Text Comment 导出支持
- 在 runtime-core 中导出 Fragment、Text、Comment 符号
- 在 vue 主入口文件中导出 Fragment、Text、Comment
- 添加 h-other.html 示例文件展示 Text、Comment、Fragment 的使用
- 添加 h-other-ym-test.html 示例文件测试 Fragment 渲染功能
- 创建 Fragment、Text、Comment 符号常量定义
2026-02-27 20:46:53 +08:00
2026-02-02 18:07:30 +08:00
2026-02-02 18:07:30 +08:00

.prettierrc

{
"semi": false,// 结尾无分号
"singleQuote": true,// 单引号
"printWidth": 80,// 每行长度为80
"trailingComma": "none",// 不添加尾随逗号
"arrowParens": "avoid"// 省略箭头函数的括号
}
Description
自搭vue3源码mini框架 3.2.37
Readme 109 KiB
Languages
TypeScript 58.4%
HTML 36.9%
JavaScript 4.7%