hookehuyr

fix 修复share组件编译问题

......@@ -13,6 +13,10 @@ const handleGetPatterns = (keyArr) => {
from: "src/components/vant-weapp/common",
to: "dist/components/vant-weapp/common",
},
{
from: "src/components/vant-weapp/share-sheet/options.wxs",
to: "dist/components/vant-weapp/share-sheet/options.wxs",
},
];
const componentArr = keyArr
......