This commit is contained in:
Jonathan Chevalier
2022-10-14 18:06:57 +02:00
parent f250f65814
commit bc938fa1a4
5 changed files with 108 additions and 29 deletions

View File

@@ -19,8 +19,6 @@ import {useMMCMStore} from '../stores/mmcm.js'
export default {
setup() {
const store = useMMCMStore()
console.log(store.productList)
return {
store
}