[Vue warn]: Invalid prop: type check failed for prop "currentName". Expected String with value "1", got Number with value 1.
found in
currentName应该赋一个字符串类型的值("1"),你却给了一个数值类型的值(1)
翻译一下就知道了啊 这种问题都不用发出来