- starting project list...

- ordering some functions
- fix error TS2339

quasar.extensions.json was the problem !
inside had:
{
  "@quasar/typescript": {
    "webpack": "plugin",
    "rename": true
  }
}
This commit is contained in:
Paolo Arena
2019-03-21 20:43:15 +01:00
parent 1fd56419a4
commit eda9a8514f
53 changed files with 28076 additions and 726 deletions

View File

@@ -271,7 +271,7 @@ export default class SingleTodo extends Vue {
theField = this.$refs[elem] as HTMLInputElement
}
if (theField !== undefined) {
if (!!theField) {
theField.focus()
}
// console.log('focus()')