mirror of
https://github.com/kihashi/stardew_community_checklist.git
synced 2025-10-19 08:03:17 +00:00
Remove empty style tags
This commit is contained in:
parent
c51299c2ab
commit
7843372ad6
@ -45,5 +45,3 @@ const named_routes = router.options.routes.filter((route) => route.name)
|
||||
</nav>
|
||||
</section>
|
||||
</template>
|
||||
|
||||
<style scoped></style>
|
||||
|
||||
@ -56,5 +56,3 @@ const releaseUrl = computed(
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<style></style>
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
<template>
|
||||
<span class="tag is-primary">
|
||||
<season-icon :season="season" class="is-small"></season-icon>
|
||||
<season-icon :season="season" class="is-small"> </season-icon>
|
||||
</span>
|
||||
</template>
|
||||
|
||||
@ -9,5 +9,3 @@ import SeasonIcon from '@/components/SeasonIcon.vue'
|
||||
|
||||
defineProps<{ season: string }>()
|
||||
</script>
|
||||
|
||||
<style scoped></style>
|
||||
|
||||
@ -9,5 +9,3 @@ import SkillIcon from '@/components/SkillIcon.vue'
|
||||
|
||||
defineProps<{ skill: string }>()
|
||||
</script>
|
||||
|
||||
<style scoped></style>
|
||||
|
||||
@ -11,5 +11,3 @@ import Version from '@/components/changelog/VersionDisplay.vue'
|
||||
</section>
|
||||
</section>
|
||||
</template>
|
||||
|
||||
<style></style>
|
||||
|
||||
@ -168,5 +168,3 @@ async function copySerializedState() {
|
||||
</section>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<style></style>
|
||||
|
||||
@ -26,5 +26,3 @@ onMounted(() => {
|
||||
></WhatsNewModal>
|
||||
</section>
|
||||
</template>
|
||||
|
||||
<style scoped></style>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user