File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
packages/vue/src/components/search/addons Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -112,12 +112,12 @@ const Mic = {
112112 const { className } = this . $props ;
113113 switch ( status ) {
114114 case STATUS . active :
115- return < ListenSvg className = { className } nativeOnClick = { this . handleClick } /> ;
115+ return < ListenSvg className = { className } onClick = { this . handleClick } /> ;
116116 case STATUS . stopped :
117117 case STATUS . denied :
118- return < MuteSvg className = { className } nativeOnClick = { this . handleClick } /> ;
118+ return < MuteSvg className = { className } onClick = { this . handleClick } /> ;
119119 default :
120- return < MicSvg className = { className } nativeOnClick = { this . handleClick } /> ;
120+ return < MicSvg className = { className } onClick = { this . handleClick } /> ;
121121 }
122122 } ,
123123 } ,
You can’t perform that action at this time.
0 commit comments