Smart Select initial value Vue not working

Hi, I just need some help on smart select on the latest version of F7 vue,

from Smart select | Framework7 Documentation that supports multiple selected

from Smart Select React Component | Framework7 React Documentation that supports multiple selected on React


but here as you can see the multiple selection is not supported on Vue3 F7v6

and I tried to look at the v5 of F7vue Smart Select Vue Component | Framework7 Vue Documentation the multiple selection is still supported,

can you please help me with this?

sorry for only 1 image uploaded, I am new here I cannot upload more than one image, but the links are provided for reference thanks!

This is something related to core Vuejs v3. Try using :selected="true" instead of just selected attribute

Thanks for your response, unfortunately it didn’t work
New Project