We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dcfde9f + 04a71a0 commit 750afd4Copy full SHA for 750afd4
dev/utils.js
@@ -18,7 +18,7 @@ module.exports = {
18
} else if (/null/.test(match)) {
19
cls = "null";
20
}
21
- return "<span class="" + cls + "">" + match + "</span>";
+ return "<span class=" + cls + ">" + match + "</span>";
22
});
23
24
package.json
@@ -17,7 +17,7 @@
17
"e2e": "node test/e2e/runner.js",
"pretest": "npm run lint",
"test": "npm run unit",
- "ci": "karma start test/unit/karma.conf.js --auto-watch --no-single-run --reporters=dots"
+ "ci": "karma start test/unit/karma.conf.js --auto-watch --no-single-run --reporters=dots --port=9877"
},
"keywords": [
"vue",
0 commit comments