Virtual-select can't render array function ```js let portOptions = [{ label: 'Port 1', value: 'Port 1' }, { label: 'Port 2', value: 'Port 2' }, { label: 'Port 3', value: 'Port 3' }] VirtualSelect.init({ ele: '#destPort', options: portOptions, }) ``` 