Is it possible to use the newer v-slot method for slots in Vue?

I use Framework7 Vue, and I notice it uses the old slot syntax which is currently deprecated and will be removed at some point in version 3. Is there any way to get v-slot:slotName or #slotName to work in the current version of F7?