TreeSelect is used with the v-model property for two-way value binding along with the options collection. Internally Tree component is used so the options model is based on
TreeNode API.
In single selection mode, value binding should be the key value of a node.