Skip to content

Commit

Permalink
fix: 小程序引用包报错
Browse files Browse the repository at this point in the history
  • Loading branch information
kongjing@dian.so authored and kongjing@dian.so committed Oct 9, 2022
1 parent c5ce257 commit 80dab6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vantui-doc/src/cascader/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ function Demo() {
使用饿了么开源地区数据

```jsx
import { regionData, CodeToText } from 'element-china-area-data'
import { regionData, CodeToText } from 'element-china-area-data/src/app'

function Demo() {
const [isVisible, setIsVisible] = react.useState(false)
Expand Down

0 comments on commit 80dab6d

Please sign in to comment.