mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-13 12:56:43 +08:00
cb555a91f74a97d439e92ff3fae01e5650566f25
- 将 `v-if` 替换为 `v-show` 以避免组件重复创建 - 使用 `.sync` 修饰符替代 `value` 事件进行双向绑定 - 调整检测超时逻辑,超时后设置为检测成功 - 网络响应失败时正确同步状态值 - 移除模板中冗余的条件渲染包装元素
vue-console
Project setup
npm install
Compiles and hot-reloads for development
npm run serve
Compiles and minifies for production
npm run build
Lints and fixes files
npm run lint
Customize configuration
Description
Languages
Vue
89.9%
JavaScript
8.1%
SCSS
1.7%
CSS
0.2%
HTML
0.1%