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 ce1f4c3 commit 3e1f4feCopy full SHA for 3e1f4fe
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "vue-keyboard",
3
- "version": "3.0.1",
+ "version": "3.0.2",
4
"description": "A soft keyboard component for Vue applications.",
5
"license": "MIT",
6
"author": "Marty Wallace <marty@martywallace.com> (https://martywallace.com)",
@@ -11,5 +11,8 @@
11
"vue",
12
"vuejs",
13
"component"
14
- ]
+ ],
15
+ "peerDependencies": {
16
+ ""
17
+ }
18
}
src/keyboard.vue
@@ -183,7 +183,7 @@
183
</aside>
184
</template>
185
186
-<style lang="sass" scoped>
+<style lang="scss" scoped>
187
.vue-keyboard {
188
.row {
189
padding: 2px 0;
0 commit comments