mirror of
https://github.com/misenhower/splatoon3.ink.git
synced 2026-09-09 00:55:45 -05:00
Run linter
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
</template>
|
||||
|
||||
<script setup>
|
||||
import { computed } from '@vue/reactivity';
|
||||
import { computed } from 'vue';
|
||||
|
||||
import ruleAreaSvg from '@/assets/img/rules/area.svg';
|
||||
import ruleAsariSvg from '@/assets/img/rules/asari.svg';
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
</template>
|
||||
|
||||
<script setup>
|
||||
import { computed } from '@vue/reactivity';
|
||||
import { computed } from 'vue';
|
||||
|
||||
const props = defineProps({
|
||||
bg: {
|
||||
|
||||
@@ -51,7 +51,7 @@
|
||||
|
||||
<script setup>
|
||||
import { useGearStore } from '@/stores/gear.mjs';
|
||||
import { computed } from '@vue/reactivity';
|
||||
import { computed } from 'vue';
|
||||
import GearCardHorizontal from './GearCardHorizontal.vue';
|
||||
import ProductContainer from '../ProductContainer.vue';
|
||||
import SquidTape from '../SquidTape.vue';
|
||||
|
||||
@@ -75,7 +75,7 @@
|
||||
</template>
|
||||
|
||||
<script setup>
|
||||
import { computed } from '@vue/reactivity';
|
||||
import { computed } from 'vue';
|
||||
import SquidTape from '../SquidTape.vue';
|
||||
import { getGesotownGearUrl } from '@/common/links';
|
||||
import { formatShortDurationFromNow } from '../../common/time';
|
||||
|
||||
@@ -89,7 +89,7 @@
|
||||
</template>
|
||||
|
||||
<script setup>
|
||||
import { computed } from '@vue/reactivity';
|
||||
import { computed } from 'vue';
|
||||
import SquidTape from '../SquidTape.vue';
|
||||
import { getGesotownGearUrl } from '@/common/links';
|
||||
import { formatShortDurationFromNow } from '../../common/time';
|
||||
|
||||
@@ -56,7 +56,7 @@
|
||||
|
||||
<script setup>
|
||||
import { useGearStore } from '@/stores/gear.mjs';
|
||||
import { computed } from '@vue/reactivity';
|
||||
import { computed } from 'vue';
|
||||
import GearCard from './GearCard.vue';
|
||||
import GearCardHorizontal from './GearCardHorizontal.vue';
|
||||
import SquidTape from '../SquidTape.vue';
|
||||
|
||||
@@ -30,7 +30,7 @@
|
||||
|
||||
<script setup>
|
||||
import { useGearStore } from '@/stores/gear.mjs';
|
||||
import { computed } from '@vue/reactivity';
|
||||
import { computed } from 'vue';
|
||||
import GearCard from '@/components/gear/GearCard.vue';
|
||||
import ProductContainer from '@/components/ProductContainer.vue';
|
||||
import SquidTape from '@/components/SquidTape.vue';
|
||||
|
||||
@@ -41,7 +41,7 @@
|
||||
|
||||
<script setup>
|
||||
import { useGearStore } from '@/stores/gear.mjs';
|
||||
import { computed } from '@vue/reactivity';
|
||||
import { computed } from 'vue';
|
||||
import GearCard from '@/components/gear/GearCard.vue';
|
||||
import SquidTape from '@/components/SquidTape.vue';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user