|
|
|
@ -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' |
|
|
|
|