-
Notifications
You must be signed in to change notification settings - Fork 23
Open
Labels
enhancementNew feature or requestNew feature or request
Description
As a user I want the ability to wrap my code with a the vue-live component so it's code readable but still works.
Currently I have to set my code to a prop, which results in this:
<vue-live :code="`<un-readable nested-props='{ tooMuch: true }' />`" />
When it would be much nicer to write it like this:
<vue-live>
<read-able
:clean="true"
/>
</vue-live>
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request