Vue 2 doc had add `symbol` for key api in version 2.5.12 In Vue 3 doc, key is still `number | string`. 1. Is `symbol` deprecated? Or just not implement yet? 2. Will `bigint` be supported? 3. Is `1` treated as same key to `"1"`? Whether is or not, is it intended?