express-vue / vue-pronto

Rendering Engine for turning Vue files into Javascript Objects
Apache License 2.0
20 stars 12 forks source link

No more this.$root #131

Closed danielcherubini closed 5 years ago

danielcherubini commented 5 years ago

I figured it out.. it now behaves as intended

codecov[bot] commented 5 years ago

Codecov Report

Merging #131 into develop will increase coverage by 0.21%. The diff coverage is 100%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop     #131      +/-   ##
===========================================
+ Coverage    91.07%   91.29%   +0.21%     
===========================================
  Files           14       14              
  Lines          639      632       -7     
===========================================
- Hits           582      577       -5     
+ Misses          57       55       -2
Impacted Files Coverage Δ
lib/utils/config.js 100% <100%> (ø) :arrow_up:
lib/renderer/renderer-webpack.js 85.79% <100%> (-0.17%) :arrow_down:
lib/renderer/renderer-vueify.js 90.71% <0%> (+0.84%) :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 1e77e18...f8de158. Read the comment docs.