How do I add a breadcrumb to vuex, which requires a name,url attribute? how should I assign a value to it?

import Vuex from "vuex";
Vue.use(Vuex);

const store = () => new Vuex.Store({
  state: {
    breadcrumb: [{}],
  },
  mutations: {
    beforeRoute(state, arr) {
      state.breadcrumb = arr;
    }})
    vuexnameurl
May.22,2021
MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b3e2b8-2c3e3.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b3e2b8-2c3e3.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?