Ep17#05 - Lấy dữ liệu với getter trong vuex (ok)

C:\Users\Administrator\Desktop\imoney\src\components\AppResult.vue

<template>
  <div>
   {{ $store.state.result }}
  </div>
</template>
<script>
export default {
  name: 'AppCount'
}
</script>

C:\Users\Administrator\Desktop\imoney\src\App.vue

C:\Users\Administrator\Desktop\imoney\src\components\OtherResult.vue

C:\Users\Administrator\Desktop\imoney\src\components\AppCount.vue

C:\Users\Administrator\Desktop\imoney\src\store.js

C:\Users\Administrator\Desktop\imoney\src\main.js

C:\Users\Administrator\Desktop\imoney\package.json

Last updated

Was this helpful?