08dfea62fa2f6d27c45fb5fc30f88af367ceb3346d5d95a548e370784a0a9f50.json 1.2 KB

1
  1. {"ast":null,"code":"import actions from \"./actions.js\";\nimport getters from \"./getters.js\";\nimport mutations from \"./mutations.js\";\nexport default {\n namespaced: true,\n state() {\n return {\n myBillings: [],\n allBillings: [],\n taskList: []\n };\n },\n actions,\n mutations,\n getters\n};","map":{"version":3,"names":["actions","getters","mutations","namespaced","state","myBillings","allBillings","taskList"],"sources":["/Users/mac/projects/mime/mine/src/store/modules/task/index.js"],"sourcesContent":["import actions from \"./actions.js\";\nimport getters from \"./getters.js\";\nimport mutations from \"./mutations.js\";\n\nexport default {\n namespaced: true,\n state() {\n return {\n myBillings: [],\n allBillings: [],\n taskList: []\n };\n },\n actions,\n mutations,\n getters,\n};\n"],"mappings":"AAAA,OAAOA,OAAO,MAAM,cAAc;AAClC,OAAOC,OAAO,MAAM,cAAc;AAClC,OAAOC,SAAS,MAAM,gBAAgB;AAEtC,eAAe;EACbC,UAAU,EAAE,IAAI;EAChBC,KAAKA,CAAA,EAAG;IACN,OAAO;MACLC,UAAU,EAAE,EAAE;MACdC,WAAW,EAAE,EAAE;MACfC,QAAQ,EAAE;IACZ,CAAC;EACH,CAAC;EACDP,OAAO;EACPE,SAAS;EACTD;AACF,CAAC"},"metadata":{},"sourceType":"module","externalDependencies":[]}