Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 523 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 523 Bytes

meteor-vue-test

Testing a Meteor + Vue build

To reproduce: npm install..

Issue 1 (very strange): The "<style />" tags in .vue files are interrupting the render of the component. Logged in console the vars holding the imported components and getting <style type="text/css"></style> ?? If I remove the <style> tags completely from components it renders fine

This is the logs I get for App and Home.. image