We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8586d38 commit 7c270f3Copy full SHA for 7c270f3
src/components/status/list.vue
@@ -80,7 +80,6 @@ export default {
80
},
81
methods: {
82
process(x) {
83
- console.log(x);
84
let color = '';
85
if (x.score === 100) {
86
color += 'color-success';
0 commit comments