Skip to content

Commit

Permalink
delete hellowrold
Browse files Browse the repository at this point in the history
  • Loading branch information
tangjinzhou committed Apr 1, 2019
1 parent 759373b commit a7e18bd
Show file tree
Hide file tree
Showing 5 changed files with 5,476 additions and 5,439 deletions.
5 changes: 4 additions & 1 deletion babel.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
module.exports = {
presets: ["@vue/app"],
plugins: [
["import", { libraryName: "ant-design-vue", style: true }] // `style: true` 会加载 less 文件
[
"import",
{ libraryName: "ant-design-vue", libraryDirectory: "es", style: true }
] // `style: true` 会加载 less 文件
]
};
Loading

0 comments on commit a7e18bd

Please sign in to comment.