Vuex question

vuex is introduced into, export default like this. What does store mean?

<script>
import store from "@/vuex/store"
    export default {
        data(){
            return{
                
            }
        },
        store
    }
</script>
Feb.05,2022

Concise representation of es6 object attributes: refer to teacher Ruan Yifeng's tutorial from '@/vuex/store' export default { data(){ return{ } }, store: store } </script>

Menu