Update PTDoc.vue
parent
70a3414416
commit
f592ab71d8
|
@ -113,8 +113,6 @@ const panelClass = (props, parent, index) => {
|
|||
},
|
||||
methods: {
|
||||
panelClass(props, parent, index) {
|
||||
console.log(props, parent);
|
||||
|
||||
return [
|
||||
{
|
||||
'bg-primary': parent.state.d_activeIndex === index
|
||||
|
|
Loading…
Reference in New Issue