10 lines
115 B

<div out:foo transition:bar>...</div>
<script>
export default {
transitions: {
foo,
bar
}
};
</script>