lint
This commit is contained in:
		| @@ -1,7 +1,7 @@ | ||||
| <template> | ||||
| <MkStickyContainer> | ||||
| 	<template #header><MkPageHeader :actions="headerActions" :tabs="headerTabs"/></template> | ||||
| 	<MkSpacer :content-max="800" :margin-min="16" :margin-max="32"> | ||||
| 	<MkSpacer :contentMax="800" :marginMin="16" :marginMax="32"> | ||||
| 		<FormSuspense :p="init" class="_gaps"> | ||||
| 			<MkInput v-model="title"> | ||||
| 				<template #label>{{ i18n.ts.title }}</template> | ||||
|   | ||||
| @@ -1,12 +1,12 @@ | ||||
| <template> | ||||
| <MkStickyContainer> | ||||
| 	<template #header><MkPageHeader v-model:tab="tab" :actions="headerActions" :tabs="headerTabs"/></template> | ||||
| 	<MkSpacer :content-max="1400"> | ||||
| 	<MkSpacer :contentMax="1400"> | ||||
| 		<div class="_root"> | ||||
| 			<div v-if="tab === 'explore'"> | ||||
| 				<MkFoldableSection class="_margin"> | ||||
| 					<template #header><i class="ti ti-clock"></i>{{ i18n.ts.recentPosts }}</template> | ||||
| 					<MkPagination v-slot="{items}" :pagination="recentPostsPagination" :disable-auto-load="true"> | ||||
| 					<MkPagination v-slot="{items}" :pagination="recentPostsPagination" :disableAutoLoad="true"> | ||||
| 						<div :class="$style.items"> | ||||
| 							<MkGalleryPostPreview v-for="post in items" :key="post.id" :post="post" class="post"/> | ||||
| 						</div> | ||||
| @@ -14,7 +14,7 @@ | ||||
| 				</MkFoldableSection> | ||||
| 				<MkFoldableSection class="_margin"> | ||||
| 					<template #header><i class="ti ti-comet"></i>{{ i18n.ts.popularPosts }}</template> | ||||
| 					<MkPagination v-slot="{items}" :pagination="popularPostsPagination" :disable-auto-load="true"> | ||||
| 					<MkPagination v-slot="{items}" :pagination="popularPostsPagination" :disableAutoLoad="true"> | ||||
| 						<div :class="$style.items"> | ||||
| 							<MkGalleryPostPreview v-for="post in items" :key="post.id" :post="post" class="post"/> | ||||
| 						</div> | ||||
|   | ||||
| @@ -1,7 +1,7 @@ | ||||
| <template> | ||||
| <MkStickyContainer> | ||||
| 	<template #header><MkPageHeader :actions="headerActions" :tabs="headerTabs"/></template> | ||||
| 	<MkSpacer :content-max="1000" :margin-min="16" :margin-max="32"> | ||||
| 	<MkSpacer :contentMax="1000" :marginMin="16" :marginMax="32"> | ||||
| 		<div class="_root"> | ||||
| 			<Transition :name="defaultStore.state.animation ? 'fade' : ''" mode="out-in"> | ||||
| 				<div v-if="post" class="rkxwuolj"> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 syuilo
					syuilo