This website works better with JavaScript
Página Principal
Explorar
Ajuda
Registe-se
Iniciar Sessão
Yxh
/
iot-test-app
Vigiar
1
Colocar Estrela
0
Fork
0
Ficheiros
Problemas
0
Pull Requests
0
Wiki
Árvore:
9a7b5b4db6
Ramos
Etiquetas
dev
master
iot-test-app
/
store
/
getters.js
getters.js
99 B
Histórico
Em bruto
1
2
3
4
5
const getters = {
productList: (state) => state.product.productList,
};
export default getters;