A functional Vue component that allows any component or element to be conditionally wrapped using another component or element.
Hi. With this code ``` <div> <!-- Main part --> <wrapped-component :wrap="!isDev"> <keep-alive #wrapper /> <router-view /> </wrapped-component> <!--/ Main part --> </div> ``` I have error in console: `[Vue warn]: You must provide a template slot named "wrapper" for this component to function as intended (e.g. <template v-slot="wrapper">).`
This issue appears to be discussing a feature request or bug report related to the repository. Based on the content, it seems to be still under discussion. The issue was opened by 7iomka and has received 3 comments.