How to get vuex data in created cycle?

after searching around, I didn"t see this tutorial.
put the vuex data into the data before the dom is mounted, but the data is not available in the created.

Feb.28,2021

get the data of vuex in the calculation attribute

<template>
    <div>Hello {{name}}</div>
</template>
Menu