Commit cbf033a7 authored by 杨奕's avatar 杨奕 Committed by GitHub

Collapse: add active class on el-collapse-item (#9717)

parent 94b09103
<template> <template>
<div class="el-collapse-item"> <div class="el-collapse-item" :class="{'is-active': isActive}">
<div <div
role="tab" role="tab"
:aria-expanded="isActive" :aria-expanded="isActive"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment