FranckFreiburger / http-vue-loader

load .vue files from your html/js
MIT License
1.48k stars 273 forks source link

console is not worked #98

Open xwayway opened 4 years ago

xwayway commented 4 years ago

console.log('xxx') is not worked. i have a code just like this,but it‘s not worked. <script> module.exports = { mounted: function () { console.log("xxxx"); } } </script>