change type, fix #103

This commit is contained in:
jb-alvarado 2023-08-06 21:18:54 +02:00
parent 9fb8e99d25
commit 599dc76058
3 changed files with 460 additions and 358 deletions

798
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -16,15 +16,15 @@
"@nuxt/types": "^2.17.1", "@nuxt/types": "^2.17.1",
"@pinia/nuxt": "^0.4.11", "@pinia/nuxt": "^0.4.11",
"@popperjs/core": "^2.11.8", "@popperjs/core": "^2.11.8",
"@vueuse/core": "^10.2.1", "@vueuse/core": "^10.3.0",
"bootstrap": "^5.3.0", "bootstrap": "^5.3.1",
"bootstrap-icons": "^1.10.5", "bootstrap-icons": "^1.10.5",
"cookie-universal-nuxt": "^2.2.2", "cookie-universal-nuxt": "^2.2.2",
"dayjs": "^1.11.9", "dayjs": "^1.11.9",
"jwt-decode": "^3.1.2", "jwt-decode": "^3.1.2",
"lodash": "^4.17.21", "lodash": "^4.17.21",
"mpegts.js": "^1.7.3", "mpegts.js": "^1.7.3",
"pinia": "^2.1.4", "pinia": "^2.1.6",
"sortablejs": "^1.15.0", "sortablejs": "^1.15.0",
"sortablejs-vue3": "^1.2.9", "sortablejs-vue3": "^1.2.9",
"splitpanes": "^3.1.5", "splitpanes": "^3.1.5",
@ -34,16 +34,16 @@
"devDependencies": { "devDependencies": {
"@nuxtjs/eslint-config": "^12.0.0", "@nuxtjs/eslint-config": "^12.0.0",
"@types/bootstrap": "^5.2.6", "@types/bootstrap": "^5.2.6",
"@types/lodash": "^4.14.195", "@types/lodash": "^4.14.196",
"@types/splitpanes": "^2.2.1", "@types/splitpanes": "^2.2.1",
"@types/video.js": "^7.3.52", "@types/video.js": "^7.3.52",
"eslint": "^8.45.0", "eslint": "^8.46.0",
"eslint-plugin-nuxt": "^4.0.0", "eslint-plugin-nuxt": "^4.0.0",
"fibers": "^5.0.3", "fibers": "^5.0.3",
"nuxt": "3.6.3", "nuxt": "3.6.5",
"postcss": "^8.4.26", "postcss": "^8.4.27",
"postcss-loader": "^7.3.3", "postcss-loader": "^7.3.3",
"sass": "^1.63.6", "sass": "^1.64.2",
"sass-loader": "^13.3.2" "sass-loader": "^13.3.2"
} }
} }

View File

@ -68,7 +68,7 @@
id="input-size" id="input-size"
class="form-control mt-2" class="form-control mt-2"
v-model="form.fontSize" v-model="form.fontSize"
type="number" type="text"
required required
/> />
</div> </div>
@ -78,7 +78,7 @@
id="input-spacing" id="input-spacing"
class="form-control mt-2" class="form-control mt-2"
v-model="form.fontSpacing" v-model="form.fontSpacing"
type="number" type="text"
required required
/> />
</div> </div>