We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7915251 + 89135d5 commit 03fcce2Copy full SHA for 03fcce2
2 files changed
quasar.conf.js
@@ -82,7 +82,7 @@ module.exports = configure(function () {
82
devServer: {
83
https: false,
84
port: 8080,
85
- open: true // opens browser window automatically
+ open: false // do not open browser window automatically
86
},
87
88
// https://v2.quasar.dev/quasar-cli/quasar-conf-js#Property%3A-framework
src/components/AuthorCardEditing.vue
@@ -240,7 +240,7 @@ export default defineComponent({
240
default: 0
241
}
242
243
- setup (props) {
+ setup () {
244
const givenNamesRef = ref<HTMLElement | null>(null)
245
onMounted(() => {
246
givenNamesRef.value?.focus()
0 commit comments