i have an array of products
const products = [
{ id: 1, productname: "64GB Phone", qty: 1, price: 33070, image:
require('../assets/phone.png') },
i have added this into 3 files is their any way i can declare this in one file & call it in 3 files without writing the whole array ?
store.jsfor global data states or usingVuex.