没有合适的资源?快使用搜索试试~ 我知道了~
test-disabling-loading-routes
共39个文件
js:13个
gitkeep:10个
hbs:3个
需积分: 8 0 下载量 191 浏览量
2021-04-19
20:05:23
上传
评论
收藏 143KB ZIP 举报
温馨提示
测试禁用加载路由 创建该项目的目的是演示将loading操作添加到您的应用程序路由(或从技术上讲是任何级别)将允许该操作实现控制是否输入了加载状态或子状态。 基本实现是: export default class ApplicationRoute extends Route { @ action loading ( ) { // for example, you can decide to use loading states or not based on the // query string if ( ! window . location . search . includes ( 'skipLoading' ) ) { return true ; } } } 在此演示中,导航应具有以下结果: 导航到/posts/ ,路线
资源推荐
资源详情
资源评论
收起资源包目录
test-disabling-loading-routes-master.zip (39个子文件)
test-disabling-loading-routes-master
ember-cli-build.js 793B
public
robots.txt 51B
testem.js 556B
yarn.lock 349KB
.eslintrc.js 1KB
.ember-cli.js 376B
.travis.yml 397B
config
targets.js 305B
environment.js 1KB
optional-features.json 154B
README.md 810B
.template-lintrc.js 57B
.editorconfig 368B
tests
integration
.gitkeep 0B
index.html 1KB
test-helper.js 228B
helpers
.gitkeep 0B
unit
.gitkeep 0B
.gitignore 369B
app
index.html 753B
models
.gitkeep 0B
styles
app.css 0B
controllers
.gitkeep 0B
resolver.js 65B
components
.gitkeep 0B
helpers
.gitkeep 0B
app.js 375B
templates
posts.hbs 25B
application.hbs 10B
loading.hbs 28B
components
.gitkeep 0B
router.js 268B
routes
application.js 249B
posts.js 186B
.gitkeep 0B
.watchmanconfig 37B
.eslintignore 240B
package.json 2KB
vendor
.gitkeep 0B
共 39 条
- 1
资源评论
刘霏霏
- 粉丝: 35
- 资源: 4717
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
- 用Python实现,PySide构建GUI界面的“井字棋”游戏 具备学习功能(源码)
- 系统测试报告模板 测试目的、测试依据、测试准备、测试内容、测试结果及分析、总结
- Python基础入门-待办事项列表.pdf
- 240301031刘炳炎咖啡网站导航.psd
- 数据集【YOLO目标检测】道路油污检测数据集 170 张,YOLO/VOC格式标注!
- 基于Robot FrameWork框架的自动化测试
- Qt5与Python混合开发,调用Python脚本定义的函数方法(源码)
- 【Unity屏幕空间全局光照插件】MFSSGI URP Screen Space Global Illumination
- 中国行政划分省市区县城市代码树形结构
- python做个植物大战僵尸(源码)
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功