- Remove update timer on compoent destroy - done
- Fix if if together issue - done
<div :if(dd)></div>
<div :if(ff)></div>
- Allow tag without end .eg. -
- done - Add if component -
<if :cond(name)>
</if>
<else-if>
</else-if>
-
Allow comment inside comment
-
Allow in-place inside for loop
-
Allow if on root element
-
Fix reactivity issue when using not symbol
<BulmaButton :if(!isSeen) class="button" @click="markAsSeen" :isLoading="isMarking" :disabled="isMarking">
Mark as Seen
</BulmaButton>