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: {} - } -};