Commit Graph

18 Commits

Author SHA1 Message Date
jeremywu
d8faf46ada
fix(menu): fix/menu-item-group-not-working (#1217)
- Make the menu-item-group exported correctly
2021-01-07 11:52:28 +08:00
jeremywu
ade9a18010
fix(menu): fix/menu-item-not-expanding-correctly (#1212)
- Fix submenu cannot be expand correctly due to vue compiler's neg-optimization
2021-01-06 23:24:41 +08:00
jeremywu
a58f0fab90
chore(project): chore/bumping-vue-version (#1159)
* chore(project): chore/bumping-vue-version

- Upgrade vue to 3.0.5

* chore(project): - revision dependencies
2020-12-31 11:11:45 +08:00
XiongAmao
c9c9e0d494
fix: app.use(comp.vue) type is not compatible (#1067) 2020-12-23 14:07:15 +08:00
zazzaz
8d766dc80c
chore: update doc (#1035)
* chore: update doc

* chore: update
2020-12-18 10:57:47 +08:00
Square Coin
e93a728872
feat(menu): update menu spec (#980)
* feat(menu): update menu spec

* feat(menu): update to rAF

* feat(menu): remove raf method

Co-authored-by: liik <linyunqianpp@126.com>
2020-12-15 14:27:54 +08:00
Ryan2128
e519c6a770
fix(menu): fix open method error (#952)
* fix(menu): fix open method error

* test(menu): add open method error test case
2020-12-10 16:20:15 +08:00
jeremywu
2280dd5c5e
fix(project): fix/exporting-fix-for-volar (#849)
- Using `defineComponent` to wrap component up for Volar support, this should close #841
- Also made changes for some typing
- Removed `merge.ts` since `Object.assign` are now supported natively
2020-12-06 23:52:47 +08:00
Square Coin
4618f3786b
feat(menu): fix nested ref unwrap value problem (#775)
Co-authored-by: liik <linyunqianpp@126.com>
2020-12-02 15:53:25 +08:00
jeremywu
6de81654fa
fix(menu): fix navigation menu potential bug (#768)
- Fix navigation potential bug
2020-12-02 11:38:10 +08:00
Square Coin
0dc2388228
fix: fix the router behavior (#745)
* feat(menu): recover router logic

* fix(breadcrumb): correctly access $router

Co-authored-by: liik <linyunqianpp@126.com>
2020-12-01 17:34:03 +08:00
jeremywu
de0696b4f6
core/bumping-dependency-vue-version (#729)
* bumping version

* build(core): bumping vue version

- Bumping up vue version from ^3.0.0 to ^3.0.3 due to the change of `emitOptions`

* Remove transition mock/Add before-enter and before-leave hook emitter for popper
2020-12-01 10:28:42 +08:00
zazzaz
5a424d4a43
Build/component (#656)
* build: update build conf

* chore: update

* chore: update

* chore: update

* fix: rm mixin
2020-11-23 13:55:48 +08:00
zazzaz
b19d2fc374
fix: correct bundle export (#630)
* fix: correct bundle export

* chore: update

* chore: update

* chore: update

* chore: update

* chore: update

* chore: update

* chore: update
2020-11-20 20:24:16 +08:00
JeremyWuuuuu
2e9775de2d fix(pagination): pagination-not-emitting-size-change 2020-11-13 14:15:22 +08:00
zazzaz
87ed1dbe49
fix: fix menu export (#587) 2020-11-13 10:39:03 +08:00
zazzaz
df9adc330d fix: update mune folder structure 2020-11-12 16:17:21 +08:00
Square Coin
da81648df7
feat: add nav menu (#572) 2020-11-12 14:43:55 +08:00