mirror of
https://github.com/vuejs/vue-cli.git
synced 2026-04-22 20:38:55 -05:00
fix(ui): typo
This commit is contained in:
@@ -261,7 +261,7 @@ export default {
|
||||
// We calculate a new target module size relative to selected child
|
||||
ratio = rotation / 360 / childRatio
|
||||
targetSize = size * ratio
|
||||
// New base ratio to deeper children
|
||||
// New base ratio for deeper children
|
||||
parentRatio = childRatio
|
||||
// Go deeper
|
||||
tree = child
|
||||
|
||||
Reference in New Issue
Block a user