feat(create-vant-cli-app): support Vue 3

This commit is contained in:
chenjiahan
2020-11-29 10:43:48 +08:00
parent 4c9236c84a
commit 5bd62a24b5
26 changed files with 305 additions and 48 deletions

View File

@@ -0,0 +1,3 @@
module.exports = {
presets: ['@vant/cli/preset'],
};