We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
官方的area-data是1.0的2016年的
现在已经更新到area-data5.0了,应该如何更新?
The text was updated successfully, but these errors were encountered:
查看了下area-puppeteer抓取的数据已经是分2个包了,而且没有了街道的数据
Sorry, something went wrong.
同求 解决了吗?
如果项目也在使用iview,那建议直接把源码搞到项目中,因为iview-area会搞一套自己的iview,使得项目代码非常大。
把源码搞到本地后,具体来说,需要lib文件夹和index.js 首先执行 npm install area-data -S 然后修改 lib/components/al-cascader.vue文件或者 select文件 改为引用 import areaData from 'area-data/pcaa';
修改完代码,在main.js import iviewArea from '本地目录' --> 即 index.js 那个目录,会自动读取index.js 中的install 方法,完成全局注册 Vue.use(iviewArea) 来完成组件注册
使用我改良的ar-cascader,最新的数据,更小的工程文件,支持GZip,支持点击即选中chang-on-select
No branches or pull requests
官方的area-data是1.0的2016年的
现在已经更新到area-data5.0了,应该如何更新?
The text was updated successfully, but these errors were encountered: