diff --git a/README.md b/README.md index 43153be98..5d3f85e81 100644 --- a/README.md +++ b/README.md @@ -17,9 +17,9 @@
๐ฅ ๆๆกฃ็ฝ็ซ - ๐จ๐ณ ่ฎฟ้ฎไธญๆ็ + ๐จ๐ณ ไธญๆ็ไป็ป - ๐ Vant Weapp - ๅฐ็จๅบ็ + ๐ ๅฐ็จๅบ็
--- diff --git a/README.zh-CN.md b/README.zh-CN.md index 3d5d655a6..7228d460e 100644 --- a/README.zh-CN.md +++ b/README.zh-CN.md @@ -16,9 +16,9 @@๐ฅ ๆๆกฃ็ฝ็ซ - ๐ฌ๐ง ่ฎฟ้ฎ่ฑๆ็ + ๐ฌ๐ง ่ฑๆ็ไป็ป - ๐ Vant Weapp - ๅฐ็จๅบ็ + ๐ ๅฐ็จๅบ็
--- diff --git a/package.json b/package.json index 4b6de9feb..43be38f22 100644 --- a/package.json +++ b/package.json @@ -131,6 +131,11 @@ "tags": "vetur/tags.json", "attributes": "vetur/attributes.json" }, + "postcss": { + "plugins": { + "autoprefixer": {} + } + }, "browserslist": [ "Android >= 4.0", "iOS >= 7" diff --git a/postcss.config.js b/postcss.config.js deleted file mode 100644 index 5bfb8f628..000000000 --- a/postcss.config.js +++ /dev/null @@ -1,5 +0,0 @@ -module.exports = { - plugins: { - autoprefixer: {} - } -};