mirror of
https://github.com/tusen-ai/naive-ui.git
synced 2025-01-06 12:17:13 +08:00
refactor(spin): support vue3
This commit is contained in:
parent
1eb26d8e58
commit
75434497f2
@ -86,7 +86,7 @@ export default {
|
||||
},
|
||||
computed: {
|
||||
syntheticStrokeWidth () {
|
||||
const strokeWidth = this.strokeWidth
|
||||
const { strokeWidth } = this
|
||||
if (strokeWidth !== null) return strokeWidth
|
||||
const size = this.size
|
||||
return STROKE_WIDTH[size]
|
||||
|
Loading…
Reference in New Issue
Block a user