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,
|
||||
caretBackSharp,
|
||||
chevronBack,
|
||||
chevronDown,
|
||||
chevronForward,
|
||||
close,
|
||||
closeCircle,
|
||||
@ -83,6 +84,7 @@ addIcons({
|
||||
'arrow-back-sharp': arrowBackSharp,
|
||||
'caret-back-sharp': caretBackSharp,
|
||||
'chevron-back': chevronBack,
|
||||
'chevron-down': chevronDown,
|
||||
'chevron-forward': chevronForward,
|
||||
close,
|
||||
'close-circle': closeCircle,
|
||||
|
@ -1,5 +1,5 @@
|
||||
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 { IonicVue } from './ionic-vue';
|
||||
@ -81,6 +81,7 @@ addIcons({
|
||||
'caret-back-sharp': caretBackSharp,
|
||||
'chevron-back': chevronBack,
|
||||
'chevron-forward': chevronForward,
|
||||
'chevron-down': chevronDown,
|
||||
'close': close,
|
||||
'close-circle': closeCircle,
|
||||
'close-sharp': closeSharp,
|
||||
|
Reference in New Issue
Block a user