合并
This commit is contained in:
@ -256,7 +256,7 @@ class CurvelineObject extends Base {
|
||||
return this.options.wordsName
|
||||
}
|
||||
set wordsName(v) {
|
||||
this.options.wordsName = v
|
||||
this.options.wordsName = Number(v)
|
||||
|
||||
let _this = this
|
||||
if (!this.noseToTail) {
|
||||
|
||||
Reference in New Issue
Block a user