Use events on SingleSelect instead of watching the model value
This commit is contained in:
@@ -90,8 +90,12 @@ onMounted(async () => {
|
||||
|
||||
<div v-else>
|
||||
<SettingsItem>
|
||||
<div style="display: flex; align-items: center;">{{ $t('settings.appstoreAccount.description') }}</div>
|
||||
<Button @click="onOpenRegistrationDialog()">{{ $t('settings.appstoreAccount.setupAction') }}</Button>
|
||||
<div style="display: flex; align-items: center;">
|
||||
{{ $t('settings.appstoreAccount.description') }}
|
||||
</div>
|
||||
<div style="display: flex; align-items: center;">
|
||||
<Button @click="onOpenRegistrationDialog()">{{ $t('settings.appstoreAccount.setupAction') }}</Button>
|
||||
</div>
|
||||
</SettingsItem>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user