单招机构版app

shmily1213 986969de1d bug修复 2 weeks ago
src 986969de1d bug修复 2 weeks ago
.eslintrc-auto-import.json 9cab46e7e2 bug修复 1 month ago
.gitignore 9cab46e7e2 bug修复 1 month ago
README.md 2ca1513a17 统一vip权限判断 1 month ago
components.d.ts 4a3289b6e0 holland list - init 1 month ago
index.html 410a622284 优化做题 4 months ago
package.json 2ca1513a17 统一vip权限判断 1 month ago
shims-uni.d.ts 6cd7d72501 升级项目为vue3+vite+cli 5 months ago
tailwind.config.js 1d88a8755c college detail - tab profile cc 1 month ago
tsconfig.json 4f57daadf9 组卷作业对接 3 months ago
vite.config.js 9cab46e7e2 bug修复 1 month ago

README.md

IE-plus 项目

微信小程序适配问题

1、插槽

  • 不支持在父组件for循环中使用子组件的具名作用域插槽;

  • for循环中渲染同一个具名插槽时,只会渲染一个;