diff --git a/package.json b/package.json index 4c6370f..4f68624 100644 --- a/package.json +++ b/package.json @@ -45,6 +45,8 @@ "postcss-url": "^10.1.3", "postcss-viewport-units": "^0.1.6", "postcss-write-svg": "^3.0.1", + "simple-keyboard": "^3.8.71", + "simple-keyboard-layouts": "^3.4.114", "vue": "^3.5.13", "vue-router": "^4.5.0", "ws": "^8.18.1" diff --git a/src/assets/images/solutionSelect.svg b/src/assets/images/solutionSelect.svg new file mode 100644 index 0000000..3b9d54a --- /dev/null +++ b/src/assets/images/solutionSelect.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/components/common/FTInput/index.vue b/src/components/common/FTInput/index.vue index 0c234c8..8da82da 100644 --- a/src/components/common/FTInput/index.vue +++ b/src/components/common/FTInput/index.vue @@ -1,10 +1,9 @@