Skip to content

Commit

Permalink
fix(element): fix vue resolve (#3496)
Browse files Browse the repository at this point in the history
  • Loading branch information
muuyao authored Oct 29, 2022
1 parent 4379ad0 commit f347a7c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/element/docs/.vuepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ module.exports = {
resolve: {
alias: {
'@formily/element': path.resolve(__dirname, '../../src'),
vue$: 'vue/dist/vue.esm.js',
},
},
}
Expand Down

0 comments on commit f347a7c

Please sign in to comment.