ctxcode/vue-pre

TODO: Component copy class/style attr to template root if root has no class/style attr

Closed this issue · 1 comments

<mycomp :class="test"></mycomp>
<template><div>test</div></template>

Shoud result in:

<div class="test">test</div>

Fixed