Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Hooke
/
swx_weapp
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Network
Create a new issue
Commits
Issue Boards
Authored by
hookehuyr
2022-10-27 11:42:55 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
3528cb30afae9f43aff2e91802a5927404231c5e
3528cb30
1 parent
54cd3977
fix 修复share组件编译问题
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
config/index.js
config/index.js
View file @
3528cb3
...
...
@@ -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
...
...
Please
register
or
login
to post a comment