Files
supplier-dispatch-h5/node_modules/.cache/babel-loader/c3d6126b1b63a637facdf0c2e235c9a6d86155d253922d12509ba7026947054e.json
2023-08-11 10:45:20 +08:00

1 line
1.9 KiB
JSON

{"ast":null,"code":"import \"core-js/modules/es.array.push.js\";\nexport const myMixins = {\n data() {\n return {\n touchStart: [],\n touchEnd: []\n };\n },\n methods: {\n goPage(page, query) {\n this.$router.push({\n name: page,\n query: query\n });\n },\n touchstartHandle(e) {\n console.log('e', e);\n },\n touchendHandle(e) {\n console.log('end', e);\n },\n touchmoveHandle(e) {\n console.log('move', e);\n }\n }\n};","map":{"version":3,"names":["myMixins","data","touchStart","touchEnd","methods","goPage","page","query","$router","push","name","touchstartHandle","e","console","log","touchendHandle","touchmoveHandle"],"sources":["E:/work/sino/sino-h5/src/utils/myMixins.js"],"sourcesContent":["export const myMixins = {\r\n data() {\r\n return {\r\n touchStart: [],\r\n touchEnd: [],\r\n }\r\n },\r\n methods: {\r\n goPage(page, query) {\r\n this.$router.push({\r\n name: page,\r\n query: query\r\n })\r\n },\r\n touchstartHandle(e) {\r\n console.log('e', e)\r\n },\r\n touchendHandle(e) {\r\n console.log('end', e)\r\n },\r\n touchmoveHandle(e) {\r\n console.log('move', e)\r\n }\r\n }\r\n}\r\n"],"mappings":";AAAA,OAAO,MAAMA,QAAQ,GAAG;EACtBC,IAAIA,CAAA,EAAG;IACL,OAAO;MACLC,UAAU,EAAE,EAAE;MACdC,QAAQ,EAAE;IACZ,CAAC;EACH,CAAC;EACDC,OAAO,EAAE;IACPC,MAAMA,CAACC,IAAI,EAAEC,KAAK,EAAE;MAClB,IAAI,CAACC,OAAO,CAACC,IAAI,CAAC;QAChBC,IAAI,EAAEJ,IAAI;QACVC,KAAK,EAAEA;MACT,CAAC,CAAC;IACJ,CAAC;IACDI,gBAAgBA,CAACC,CAAC,EAAE;MAClBC,OAAO,CAACC,GAAG,CAAC,GAAG,EAAEF,CAAC,CAAC;IACrB,CAAC;IACDG,cAAcA,CAACH,CAAC,EAAE;MAChBC,OAAO,CAACC,GAAG,CAAC,KAAK,EAAEF,CAAC,CAAC;IACvB,CAAC;IACDI,eAAeA,CAACJ,CAAC,EAAE;MACjBC,OAAO,CAACC,GAAG,CAAC,MAAM,EAAEF,CAAC,CAAC;IACxB;EACF;AACF,CAAC"},"metadata":{},"sourceType":"module","externalDependencies":[]}