Open ajh99990 opened 1 year ago
Once I include the "vue-cli-plugin-windicss" plugin in my "package.json" file,
devDependencies:{ "vue-cli-plugin-windicss": "^1.1.6", }
my page will look like this:
On the contrary, if I remove this plugin and run the command "vue-cli-service serve" again, the page will look like this, everything will be back to normal.
I swear I have never written this strange code anywhere.
var _ = require("!!../node_modules/lodash/lodash.js");module.exports = function (templateParams) { with(templateParams) {return (function(data) { var __t, __p = ''; __p += '\n\n \n \n \n \n \n \n \n \n \n \n \n\n'; return __p })();}}
Once I include the "vue-cli-plugin-windicss" plugin in my "package.json" file,
my page will look like this:
On the contrary, if I remove this plugin and run the command "vue-cli-service serve" again, the page will look like this, everything will be back to normal.
I swear I have never written this strange code anywhere.