Commit Graph

793 Commits

Author SHA1 Message Date
timongh
3940c82121 Mark type of options in FilterTypeSwitch.vue 2023-03-11 21:58:17 +08:00
timongh
6a41538292 Expose popupShow in IframePopup.vue 2023-03-11 21:54:04 +08:00
timongh
07618206ad Fix type errors about VDropdown.vue 2023-03-11 21:49:52 +08:00
timongh
da48523257 Merge remote-tracking branch 'main/preview-features' into update-to-vue3 2023-03-11 21:19:43 +08:00
timongh
9b58eebd52 Fix event names 2023-03-11 19:10:13 +08:00
timongh
35bbfde688 Change vue to external dependency 2023-03-11 09:17:38 +08:00
timongh
3ea86bccaa Change '@vue/runtime-dom' to 'vue' 2023-03-11 04:25:12 +08:00
timongh
c6381564f1 User defineAsyncComponent in FeedsFilterCard.vue 2023-03-11 04:22:29 +08:00
timongh
d659a18c4a Revert "Use markRaw when using dynamic component"
This reverts commit 218cc06b08.
2023-03-11 00:55:54 +08:00
timongh
218cc06b08 Use markRaw when using dynamic component 2023-03-10 01:23:44 +08:00
timongh
720e8ff924 Fix types in custom-navbar-item.ts 2023-03-10 00:15:42 +08:00
the1812
65439a9fe6 Merge branch 'preview-features' of https://github.com/the1812/Bilibili-Evolved into preview-features 2023-03-04 10:25:42 +08:00
timongh
f013e7a1b6 Fix some options type 2023-02-22 21:56:47 +08:00
the1812
0efe0b32c1 Merge branch 'preview-fixes' into preview-features 2023-02-20 22:41:45 +08:00
the1812
ce201a0c04 Fix undefined properties (fix #3992) 2023-02-20 09:04:34 +08:00
Grant Howard
41f21ef57c
Merge pull request #3954 from timongh/fix-lint-errors
Fix lint errors/warnings
2023-02-20 08:52:07 +08:00
timongh
ec5bcdc908 Fix type errors of IframePopup.vue 2023-02-20 05:26:39 +08:00
the1812
045d46d7c8 Merge branch 'preview-fixes' into preview-features 2023-02-19 20:52:38 +08:00
Tinhone
ae37bf6d2c fix#1052 2023-02-17 04:46:42 +08:00
the1812
76b651bd0a Fix hideRecommendedLive (fix #3993) 2023-02-15 20:03:16 +08:00
timongh
20f9f870d6 Fix some type errors 2023-02-12 18:23:00 +08:00
timongh
759aa38196 Fix some type errors in registry/lib/components/utils 2023-02-12 17:35:42 +08:00
timongh
30a335d0a8 Fix some type errors in registry/lib/components/style 2023-02-12 17:19:50 +08:00
timongh
bf03ada6a3 Fix some type errors in registry/lib/components/video 2023-02-12 16:38:54 +08:00
the1812
66a8f7bd02 Merge branch 'preview-fixes' into preview-features 2023-02-09 22:11:57 +08:00
timongh
bcbac0853e Fix some type errors in lib/components/style/custom-navbar 2023-02-09 20:16:16 +08:00
timongh
38d25fc3fa Fix type errors in registry/lib/components/touch/player-gestures/GesturePreview.vue 2023-02-09 19:55:43 +08:00
timongh
4789110236 Fix type errors when lodash.debounce used in vue component definition 2023-02-09 19:52:02 +08:00
timongh
99cb6c92c5 Fix type errors in registry/lib/components/feeds/filter/FeedsFilterCard.vue 2023-02-09 19:41:47 +08:00
timongh
495b52a095 Fix type of assetsOptions in DownloadVideo.vue 2023-02-09 18:06:03 +08:00
timongh
1ca7edb29e Remove Component's generic parameters 2023-02-09 17:55:20 +08:00
timongh
6a33d760d3 Replace () => import(./TheComponent.vue) to defineAsyncComponent 2023-02-09 17:41:14 +08:00
timongh
c5eeb6335c Use type Component as vue component in reimu/index.ts 2023-02-09 17:23:56 +08:00
timongh
8f4f393c87 Use type Component as vue component in src/components/types.ts 2023-02-09 16:55:10 +08:00
timongh
4388cdf186 Use type Component as vue component in lib/components/video/download/types.ts 2023-02-09 14:04:40 +08:00
timongh
cd1410f9bb Use type Component as vue component in FreshLayoutItem 2023-02-09 13:38:47 +08:00
timongh
4e875aaffd Use type Component as vue component in component-actions.ts 2023-02-09 13:28:23 +08:00
timongh
cd61a1b85c Use type Component as vue component in TabMappings 2023-02-09 13:28:23 +08:00
timongh
7ed9ced13d Use type Component as vue component in custom-navbar-item.ts 2023-02-09 13:28:22 +08:00
失心
267b7248b6 使得--cover-url正确的被移除 2023-02-09 09:55:16 +08:00
the1812
74cf834296 Remove unused data (fix #3949) 2023-02-09 08:56:56 +08:00
timongh
d24fbdd89a Removed all use of $refs. Instead, use ref() to define component references. 2023-02-09 03:10:06 +08:00
timongh
046957478d Remove mixins in registry/lib/components/style/home-redesign/mixin.ts 2023-02-08 16:26:31 +08:00
timongh
d49d7b8909 Replace nextPageMixin to vue composition style 2023-02-08 03:19:44 +08:00
timongh
366a623008 Replace popupMixin to vue setup 2023-02-07 15:32:00 +08:00
timongh
eb2eba2868 Fix the type of debounceSearchAllList in NavbarFavorites.vue 2023-02-07 14:56:41 +08:00
timongh
f3f7e34a41 Change beforeDestroy to beforeUnmount 2023-02-07 12:07:51 +08:00
timongh
5f0b395526 fixup! Remove $listeners and the redundant v-bind="$attrs" 2023-02-07 11:58:37 +08:00
timongh
125a0c6595 Removes all uses of the variable Vue in vue2 2023-02-07 11:56:38 +08:00
timongh
d19ec16a9a Modify two missing Vue component creation methods 2023-02-07 02:14:45 +08:00