Browse Source

refactor: 移除冗余

dev
jiannibang 3 years ago
parent
commit
20458d050c
  1. 1
      src/store/root/actions.js
  2. 2
      src/views/Guide/Guide.vue

1
src/store/root/actions.js

@ -1,5 +1,4 @@
import { i18n } from '@/i18n'
import themes from '@/themes'
export const actions = {
SET_SHOP_LIST(list) {

2
src/views/Guide/Guide.vue

@ -87,7 +87,7 @@
</template>
<script setup>
import { ref, watch, onBeforeUnmount, computed, nextTick, onBeforeMount } from 'vue'
import { ref, watch, onBeforeUnmount, computed, nextTick } from 'vue'
import { storeToRefs } from 'pinia'
import { useStore } from '@/store/root'
import { RESET, DIRECTION, ACTIVITY_BRAND, list as buttonList } from './list'

Loading…
Cancel
Save