http-vue-loader
http-vue-loader copied to clipboard
console is not worked
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>