ktsn / vue-designer

Vue component design tool
https://marketplace.visualstudio.com/items?itemName=ktsn.vue-designer
MIT License
368 stars 22 forks source link

feat: resolve a template tag of an injected named slot #45

Closed ktsn closed 6 years ago

ktsn commented 6 years ago

If the <template> element is an injected named slot, it should be disappeared from the rendered output.

Reference:

codecov[bot] commented 6 years ago

Codecov Report

Merging #45 into master will increase coverage by 0.08%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #45      +/-   ##
==========================================
+ Coverage   64.74%   64.82%   +0.08%     
==========================================
  Files          52       52              
  Lines        1713     1717       +4     
  Branches      399      393       -6     
==========================================
+ Hits         1109     1113       +4     
  Misses        588      588              
  Partials       16       16
Impacted Files Coverage Δ
src/view/components/Child.vue 87.5% <100%> (+4.16%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 4f274fc...02e69d8. Read the comment docs.