We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3208844 commit 9d87b35Copy full SHA for 9d87b35
packages/@vue/cli-ui-addon-webpack/src/components/DonutModule.vue
@@ -15,7 +15,7 @@
15
m 0, -${size / 2}
16
a ${size / 2},${size / 2} 0 1 1 0,${size}
17
a ${size / 2},${size / 2} 0 1 1 0,-${size}`"
18
- :stroke-dasharray="`${finalDasharray - .25} ${finalDasharray - .25}`"
+ :stroke-dasharray="`${finalDasharray - 0.25} ${finalDasharray - 0.25}`"
19
:stroke-dashoffset="finalDashoffset"
20
:stroke="stroke"
21
/>
@@ -133,9 +133,9 @@ export default {
133
},
134
135
isVisible (ratio) {
136
- return ratio > .0025
+ return ratio > 0.0025
137
}
138
- },
+ }
139
140
</script>
141
packages/@vue/cli-ui-addon-webpack/src/components/TestView.vue
@@ -29,7 +29,6 @@ export default {
29
30
31
32
-
33
<style lang="stylus" scoped>
34
.test-view
35
padding 42px
0 commit comments