We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b238ff3 commit 51116d0Copy full SHA for 51116d0
.eslintignore
@@ -4,4 +4,5 @@
4
/src/views
5
/package-lock.json
6
.DS_Store
7
-vue.config.js
+vue.config.js
8
+/src/**/*.scss
package.json
@@ -3,7 +3,7 @@
3
"private": false,
"author": "ADKCodeXD",
"description": "一个简单的Emoji表情选择组件",
- "version": "2.0.0",
+ "version": "2.1.0",
"license": "MIT",
"main": "dist/Vue3Emoji.umd.js",
9
"module": "dist/Vue3Emoji.es.js",
@@ -62,4 +62,4 @@
62
"vue": "^3.0.0",
63
"vue-tsc": "^0.38.3"
64
}
65
-}
+}
0 commit comments