perf: improve modal and drawer component documentation and fix known problems (#4264)
* feat: improve modal and drawer component documentation and fix known problems * chore: update ci
This commit is contained in:
2
packages/stores/shim-pinia.d.ts
vendored
2
packages/stores/shim-pinia.d.ts
vendored
@@ -1,4 +1,4 @@
|
||||
// TODO: https://github.com/vuejs/pinia/issues/2098
|
||||
// https://github.com/vuejs/pinia/issues/2098
|
||||
declare module 'pinia' {
|
||||
export function acceptHMRUpdate(
|
||||
initialUseStore: any | StoreDefinition,
|
||||
|
@@ -66,7 +66,6 @@ export const useTabbarStore = defineStore('core-tabbar', {
|
||||
*/
|
||||
async _goToDefaultTab(router: Router) {
|
||||
if (this.getTabs.length <= 0) {
|
||||
// TODO: 跳转首页
|
||||
return;
|
||||
}
|
||||
const firstTab = this.getTabs[0];
|
||||
|
Reference in New Issue
Block a user