mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-15 09:34:19 +08:00
fix(accordion): toggle icon now shows up in vue and react (#23426)
This commit is contained in:
@ -4,6 +4,7 @@ import {
|
|||||||
arrowBackSharp,
|
arrowBackSharp,
|
||||||
caretBackSharp,
|
caretBackSharp,
|
||||||
chevronBack,
|
chevronBack,
|
||||||
|
chevronDown,
|
||||||
chevronForward,
|
chevronForward,
|
||||||
close,
|
close,
|
||||||
closeCircle,
|
closeCircle,
|
||||||
@ -83,6 +84,7 @@ addIcons({
|
|||||||
'arrow-back-sharp': arrowBackSharp,
|
'arrow-back-sharp': arrowBackSharp,
|
||||||
'caret-back-sharp': caretBackSharp,
|
'caret-back-sharp': caretBackSharp,
|
||||||
'chevron-back': chevronBack,
|
'chevron-back': chevronBack,
|
||||||
|
'chevron-down': chevronDown,
|
||||||
'chevron-forward': chevronForward,
|
'chevron-forward': chevronForward,
|
||||||
close,
|
close,
|
||||||
'close-circle': closeCircle,
|
'close-circle': closeCircle,
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
import { addIcons } from 'ionicons';
|
import { addIcons } from 'ionicons';
|
||||||
import { arrowBackSharp, caretBackSharp, chevronBack, chevronForward, close, closeCircle, closeSharp, menuOutline, menuSharp, reorderThreeOutline, reorderTwoSharp, searchOutline, searchSharp } from 'ionicons/icons';
|
import { arrowBackSharp, caretBackSharp, chevronBack, chevronDown, chevronForward, close, closeCircle, closeSharp, menuOutline, menuSharp, reorderThreeOutline, reorderTwoSharp, searchOutline, searchSharp } from 'ionicons/icons';
|
||||||
|
|
||||||
export * from './proxies';
|
export * from './proxies';
|
||||||
export { IonicVue } from './ionic-vue';
|
export { IonicVue } from './ionic-vue';
|
||||||
@ -81,6 +81,7 @@ addIcons({
|
|||||||
'caret-back-sharp': caretBackSharp,
|
'caret-back-sharp': caretBackSharp,
|
||||||
'chevron-back': chevronBack,
|
'chevron-back': chevronBack,
|
||||||
'chevron-forward': chevronForward,
|
'chevron-forward': chevronForward,
|
||||||
|
'chevron-down': chevronDown,
|
||||||
'close': close,
|
'close': close,
|
||||||
'close-circle': closeCircle,
|
'close-circle': closeCircle,
|
||||||
'close-sharp': closeSharp,
|
'close-sharp': closeSharp,
|
||||||
|
Reference in New Issue
Block a user