futureaus / servue

Server-side rendering engine that renders vue files into html strings
https://futureaus.github.io/servue
59 stars 3 forks source link

Minor changes #26

Closed nick-fytros closed 5 years ago

nick-fytros commented 5 years ago
codecov[bot] commented 5 years ago

Codecov Report

Merging #26 into master will not change coverage. The diff coverage is 100%.

Impacted file tree graph

@@          Coverage Diff          @@
##           master    #26   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files           2      2           
  Lines          80     80           
  Branches        2      2           
=====================================
  Hits           80     80
Impacted Files Coverage Δ
lib/renderer.js 100% <100%> (ø) :arrow_up:
lib/index.js 100% <100%> (ø) :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 c63a7c2...7797427. Read the comment docs.

AlbertMarashi commented 5 years ago

I made the closing tags self-closing instead of an entire tag. (eg: <slot name="title"></slot> to `)