mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-17 23:06:45 +08:00
选中样式
This commit is contained in:
@@ -585,9 +585,9 @@ export default {
|
|||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
|
|
||||||
isAllHotTagsSelected() {
|
// isAllHotTagsSelected() {
|
||||||
return !this.hotTagsList.some(tag => tag.checked);
|
// return !this.hotTagsList.some(tag => tag.checked);
|
||||||
},
|
// },
|
||||||
handleClearHotTags() {
|
handleClearHotTags() {
|
||||||
// 清除所有热点标签的选中状态
|
// 清除所有热点标签的选中状态
|
||||||
this.hotTagsList.forEach(tag => {
|
this.hotTagsList.forEach(tag => {
|
||||||
|
|||||||
Reference in New Issue
Block a user