ant-design of vue里面的a-select无法显示notFoundContent绑定的信息

代码如下:
showSearch
placeholder="请选择地址"
:defaultActiveFirstOption="false"
@search="search"
:notFoundContent="该地址不存在"
@select='select'
v-decorator="['name']"
>
{{d.name}}

                    为什么 :notFoundContent="该地址不存在"    在输入信息错误的情况下,不能显示出‘’该地址不存在这“个提示
                    请大神指点下。

https://segmentfault.com/q/1010000018662415/revision