1 line
1.3 KiB
JSON
1 line
1.3 KiB
JSON
{"ast":null,"code":"import \"core-js/modules/es.array.push.js\";\nexport const myMixins = {\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() {},\n touchmoveHandle() {}\n }\n};","map":{"version":3,"names":["myMixins","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 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() {\r\n\r\n },\r\n touchmoveHandle() {\r\n\r\n }\r\n }\r\n}\r\n"],"mappings":";AAAA,OAAO,MAAMA,QAAQ,GAAG;EACtBC,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,CAAA,EAAG,CAEjB,CAAC;IACDC,eAAeA,CAAA,EAAG,CAElB;EACF;AACF,CAAC"},"metadata":{},"sourceType":"module","externalDependencies":[]} |