Showing
1 changed file
with
4 additions
and
0 deletions
| ... | @@ -13,6 +13,10 @@ const handleGetPatterns = (keyArr) => { | ... | @@ -13,6 +13,10 @@ const handleGetPatterns = (keyArr) => { |
| 13 | from: "src/components/vant-weapp/common", | 13 | from: "src/components/vant-weapp/common", |
| 14 | to: "dist/components/vant-weapp/common", | 14 | to: "dist/components/vant-weapp/common", |
| 15 | }, | 15 | }, |
| 16 | + { | ||
| 17 | + from: "src/components/vant-weapp/share-sheet/options.wxs", | ||
| 18 | + to: "dist/components/vant-weapp/share-sheet/options.wxs", | ||
| 19 | + }, | ||
| 16 | ]; | 20 | ]; |
| 17 | 21 | ||
| 18 | const componentArr = keyArr | 22 | const componentArr = keyArr | ... | ... |
-
Please register or login to post a comment