If there are slots specified inside the component code, there are not rendered. So passing anything inside rendered component as template is not working now.
<template>
<div><slot /></div>
</template>
<VueLivePreview :code="code">Text for slot</VueLivePreview>
Text for slot won't be rendered.