14nrv/buefy-shop

View on GitHub
store/modules/product/state.js

Summary

Maintainability
A
0 mins
Test Coverage
A
100%
export default function () {
  return {
    sale: false,
    products: [],
    highprice: 300,
    categorySelected: 'all'
  }
}