http-vue-loader icon indicating copy to clipboard operation
http-vue-loader copied to clipboard

console is not worked

Open xwayway opened this issue 5 years ago • 0 comments

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>

xwayway avatar Jan 10 '20 03:01 xwayway