悠静萝莉
|
7a8d52060f
|
fix: 修复事件绑定错误(#344) (#345)
|
2022-10-21 13:13:24 +08:00 |
|
悠静萝莉
|
ece8a0c690
|
chore: 将vue-router和vue-tsc升级 (#341)
|
2022-10-20 11:45:52 +08:00 |
|
yuyang
|
79c2f0fecc
|
chore: release 0.5.3 (#339)
|
2022-10-18 12:31:12 +08:00 |
|
yuyang
|
361ec89d33
|
chore: upgrade tdesign-vue-next to 0.24.2 (#336)
|
2022-10-17 11:48:35 +08:00 |
|
yuyang
|
1ffcf0d66f
|
chore: remove stable ci
|
2022-10-16 21:55:31 +08:00 |
|
yuyang
|
5840c55300
|
chore: fix dropdown refactor issue (#335)
|
2022-10-13 19:04:09 +08:00 |
|
dependabot[bot]
|
b962be9a45
|
build(deps-dev): bump typescript from 4.7.4 to 4.8.4 (#330)
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.7.4 to 4.8.4.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](https://github.com/Microsoft/TypeScript/compare/v4.7.4...v4.8.4)
---
updated-dependencies:
- dependency-name: typescript
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2022-10-08 10:47:57 +08:00 |
|
小余
|
509c49aace
|
feat: 将CSS Token设置为全局变量 (#327)
* feat: @/style/variables设置为全局变量并移除相关引用
* feat: 移除主题定制预留
* fix: less 格式化
|
2022-10-01 11:28:42 +08:00 |
|
yuyang
|
975d92d18d
|
feat: upgrade tdesign to 0.23 (#322)
|
2022-09-27 19:40:18 +08:00 |
|
悠静萝莉
|
6f98a7958c
|
fix: 修复路径重复拼接的问题 (#319)
|
2022-09-22 13:59:37 +08:00 |
|
PDieE
|
33fa473761
|
fix: 修复持久化的问题 (#316)
* fix: 修正首次进入页面时由于userStore数据还未初始化导致的白屏的问题
* Update user.ts
fix: 优化逻辑
|
2022-09-17 16:40:11 +08:00 |
|
悠静萝莉
|
0e259413ca
|
fix: 移除user的持久化修复其导致的问题 (#314)
* perf: 增加配置判断 (#311)
新增配置项判断,避免出现undefined导致的无效url
* fix: 移除user的持久化修复其导致的问题
Co-authored-by: Kerwin Bryant <kerwin612@qq.com>
|
2022-09-17 00:24:20 +08:00 |
|
悠静萝莉
|
e1bc0a0d87
|
fix: 修复sidenav参数错误 (#315)
* perf: 增加配置判断 (#311)
新增配置项判断,避免出现undefined导致的无效url
* fix: 修复参数错误
Co-authored-by: Kerwin Bryant <kerwin612@qq.com>
|
2022-09-17 00:23:47 +08:00 |
|
Kerwin Bryant
|
7d9e973f43
|
增加配置判断 (#311)
新增配置项判断,避免出现undefined导致的无效url
|
2022-09-16 21:04:48 +08:00 |
|
Uyarn
|
4d74a2c66f
|
Merge branch 'develop' of github.com:Tencent/tdesign-vue-next-starter into develop
|
2022-09-14 12:27:31 +08:00 |
|
paopao
|
12e869ddeb
|
feat: multiple tabs support action (#297)
* feat: multiple tabs support action
* refactor: tap change to tab
* feat(tab-router): handle operation effect
Co-authored-by: Uyarn <uyarnchen@gmail.com>
|
2022-09-14 12:27:02 +08:00 |
|
yuyang
|
fc69c8f9eb
|
chore: update docs (#305)
* fix: miss layout header
* chore: update docs
|
2022-09-13 16:57:52 +08:00 |
|
Uyarn
|
f0b5c2e149
|
chore: update docs
|
2022-09-13 16:55:41 +08:00 |
|
Uyarn
|
a7f2e59ca4
|
Merge branch 'develop' of github.com:Tencent/tdesign-vue-next-starter into develop
|
2022-09-13 16:54:18 +08:00 |
|
yuyang
|
7e40754fc1
|
docs: README in English (#301)
* fix: miss layout header
* docs: readme in english
* fix: typo and grammar (#300)
* chore: add lang tab
Co-authored-by: Thet Paing Hein <paiakarit@gmail.com>
|
2022-09-13 16:42:51 +08:00 |
|
zengqiu
|
4a5cdaf51b
|
fix: 修复浏览器不兼容页中浏览器推荐卡片遮挡页脚信息问题 (#303)
|
2022-09-13 10:49:30 +08:00 |
|
PDieE
|
d502c2e89c
|
feat(持久化): 使用插件将store数据持久化(除 permission) (#291)
* feat: 通知支持持久化
* feat: setting支持持久化
* feat: tabs-router支持持久化
* feat: user支持持久化
fix: 修复 user 和 permission 未正确初始化的问题
* feat: 使用持久化插件将store持久化
#278
* feat: rebase
* feat: rebase
* feat: rebase
* Update src/store/modules/setting.ts
Co-authored-by: 悠静萝莉 <i@mikuhl.cn>
* Update src/store/index.ts
Co-authored-by: 悠静萝莉 <i@mikuhl.cn>
* Update src/layouts/setting.vue
Co-authored-by: 悠静萝莉 <i@mikuhl.cn>
Co-authored-by: 悠静萝莉 <i@mikuhl.cn>
|
2022-09-08 08:52:01 +08:00 |
|
zengqiu
|
3e2fab1e3f
|
fix(breadcrumb): 修复面包屑导航垂直居中问题 (#298)
|
2022-09-08 01:12:09 +08:00 |
|
zengqiu
|
2f84447343
|
fix(footer): 修复底部版权信息垂直居中问题 (#299)
|
2022-09-08 01:05:20 +08:00 |
|
PDieE
|
4751ef8cb9
|
fix: 解决当打开多个标签后 退出会报错的问题 (#293)
* fix: 示例增加 suspense 代码解决打开多个标签后退出会报错的问题
* fix: 注释
|
2022-09-06 13:02:43 +08:00 |
|
Uyarn
|
c0024afa68
|
Merge branch 'develop' of github.com:Tencent/tdesign-vue-next-starter into develop
|
2022-09-06 11:38:39 +08:00 |
|
yuyang
|
bae62689f8
|
Chore/release 0.5.0 (#295)
* fix: miss layout header
* chore: release 0.5.0
|
2022-09-06 11:38:26 +08:00 |
|
Uyarn
|
9f0e9bc9f3
|
Merge branch 'develop' of github.com:Tencent/tdesign-vue-next-starter into develop
|
2022-09-06 11:30:36 +08:00 |
|
zengqiu
|
88e358bfc8
|
fix(sidenav): 修复侧边栏折叠时版本号前显示 false 问题 (#294)
|
2022-09-06 11:28:41 +08:00 |
|
yuyang
|
4949f5d8be
|
fix: miss layout header (#292)
|
2022-09-05 15:23:29 +08:00 |
|
Uyarn
|
336cbf90db
|
fix: miss layout header
|
2022-09-05 15:16:35 +08:00 |
|
paopao
|
f614c37842
|
refactor: 将layout代码转成sfc (#279)
* feat: menuContent.tsx to MenuContent.vue
* feat: sideNav.tsx change to SideNav.vue
* feat: layout index.tsx change to index.vue
* fix: delete RenderFnIcon
* fix: tabRouters reactive and some optimization
* chore: fix typo
* fix: tab-router close fail
Co-authored-by: yuyang <uyarnchen@gmail.com>
|
2022-09-04 17:17:58 +08:00 |
|
yuyang
|
83cc3d7e90
|
fix: tab-router refresh fail (#289)
|
2022-09-03 22:15:00 +08:00 |
|
Setli
|
3bf20b4eea
|
feat: loginRedirect add redirect (#287)
Co-authored-by: Setli <set_li@163.com>
|
2022-09-03 18:10:50 +08:00 |
|
dependabot[bot]
|
85f38e8fcb
|
build(deps): bump tdesign-vue-next from 0.20.2 to 0.20.3 (#283)
Bumps [tdesign-vue-next](https://github.com/Tencent/tdesign-vue-next) from 0.20.2 to 0.20.3.
- [Release notes](https://github.com/Tencent/tdesign-vue-next/releases)
- [Changelog](https://github.com/Tencent/tdesign-vue-next/blob/develop/CHANGELOG.md)
- [Commits](https://github.com/Tencent/tdesign-vue-next/compare/0.20.2...0.20.3)
---
updated-dependencies:
- dependency-name: tdesign-vue-next
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2022-09-02 11:52:11 +08:00 |
|
悠静萝莉
|
49a74efa16
|
feat: upgrade 0.20.2 (#276)
|
2022-08-30 11:39:58 +08:00 |
|
PDieE
|
ea9e14507a
|
fix: 修正如果在使用了 userStore 内的数据的页面进行退出登录操作时会因为相关数据提前清除而报错的问题 (#274)
* fix: 修正如果在使用了 userStore 内的数据的页面进行退出登录操作时会因为相关数据提前清除而报错的问题
* fix: 移除多余的
|
2022-08-24 16:18:42 +08:00 |
|
PDieE
|
490ca9570d
|
fix: 修正formData类型的数据会被错误过滤的问题 (#272)
|
2022-08-19 16:40:45 +08:00 |
|
悠静萝莉
|
71a841929a
|
chore: 补充类型声明 (#271)
|
2022-08-13 23:39:02 +08:00 |
|
dodu2014
|
14a345c5d3
|
feat: tabs-router 支持存储路由的query,保证切换tab时,能保留页面参数 (#269)
* feat: tabs-router 支持存储路由的query,保证切换tab时,能保留页面参数
* fix: 设置 TRouterInfo.query 可空 可为null
|
2022-08-12 18:47:52 +08:00 |
|
yuyang
|
0c6ae6a286
|
fix: login reload crush (#268)
|
2022-08-11 15:49:23 +08:00 |
|
yuyang
|
dffcde1b99
|
fix: revert vue-router upgrade (#266)
|
2022-08-11 10:56:39 +08:00 |
|
悠静萝莉
|
df57f5c60b
|
fix: 修复更新vue-router版本后的遗留问题 (#261)
|
2022-08-09 11:06:27 +08:00 |
|
悠静萝莉
|
7997d669a8
|
feat: 升级vue-router版本 (#257)
* feat: 升级vue-router版本
* feat: 升级至 0.4.0
|
2022-08-08 19:06:24 +08:00 |
|
PDieE
|
6d74895243
|
fix: 填补登录页面缺失的手机号输入框及相关逻辑 (#255)
* feat: 填补登录页面缺失的手机号输入框及相关逻辑
* chore: remove console
* chore: fix lint
Co-authored-by: yuyang <uyarnchen@gmail.com>
|
2022-08-05 16:08:11 +08:00 |
|
悠静萝莉
|
75d3e00d7e
|
fix: 修复侧边栏开合时图表没有刷新 (#253)
|
2022-08-05 16:03:39 +08:00 |
|
悠静萝莉
|
11f0a1259d
|
fix: 修复改变颜色/模式 出现页面卡死等异常的问题 (#254)
|
2022-08-04 23:56:09 +08:00 |
|
悠静萝莉
|
c6806a3140
|
feat: upgrade 0.19.0 (#252)
|
2022-08-04 18:01:17 +08:00 |
|
悠静萝莉
|
05d49fd2cf
|
feat: 添加组件key (#251)
|
2022-08-03 00:10:08 +08:00 |
|
悠静萝莉
|
86eb38220d
|
feat: 添加expanded属性,令菜单可以默认打开 (#245)
|
2022-08-02 18:03:12 +08:00 |
|