You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 1, 2023. It is now read-only.
Just want to notify that in the docs you still use the scope attribute which results in following warning:
(Emitted value instead of an instance of Error) the "scope" attribute for scoped slots have been deprecated and replaced by "slot-scope" since 2.5. The new "slot-scope" attribute can also be used on plain elements in addition to <template> to denote scoped slots.
for example when using footer code example
<template slot="footer" scope="props">...
Cheers! :)
The text was updated successfully, but these errors were encountered:
Hello @silvio-e Although I am aware of the upcoming depcration, many people still use older versions of vue. Will change this after some more time so people don't have issues with scoped slots not working on older versions due to the new syntax
Hey!
Just want to notify that in the docs you still use the scope attribute which results in following warning:
(Emitted value instead of an instance of Error) the "scope" attribute for scoped slots have been deprecated and replaced by "slot-scope" since 2.5. The new "slot-scope" attribute can also be used on plain elements in addition to <template> to denote scoped slots.
for example when using footer code example
<template slot="footer" scope="props">...
Cheers! :)
The text was updated successfully, but these errors were encountered: