refactor
This commit is contained in:
		| @@ -1,6 +1,6 @@ | ||||
| <template> | ||||
| <div class="_autoGap"> | ||||
| 	<FormButton primary @click="generateToken">{{ i18n.ts.generateAccessToken }}</FormButton> | ||||
| 	<MkButton primary @click="generateToken">{{ i18n.ts.generateAccessToken }}</MkButton> | ||||
| 	<FormLink to="/settings/apps">{{ i18n.ts.manageAccessTokens }}</FormLink> | ||||
| 	<FormLink to="/api-console" :behavior="isDesktop ? 'window' : null">API console</FormLink> | ||||
| </div> | ||||
| @@ -9,7 +9,7 @@ | ||||
| <script lang="ts" setup> | ||||
| import { defineAsyncComponent, ref } from 'vue'; | ||||
| import FormLink from '@/components/form/link.vue'; | ||||
| import FormButton from '@/components/MkButton.vue'; | ||||
| import MkButton from '@/components/MkButton.vue'; | ||||
| import * as os from '@/os'; | ||||
| import { i18n } from '@/i18n'; | ||||
| import { definePageMetadata } from '@/scripts/page-metadata'; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 syuilo
					syuilo