Files
20250612/app_vue/node_modules/.cache/babel-loader/3e8f9a6a5ad0c627f2b682ff48b5a35c92fc1b623e17d347d873c32377a27fda.json
2025-06-20 18:01:48 +08:00

1 line
1.0 KiB
JSON

{"ast":null,"code":"export default {\n name: \"Edit_1\",\n data() {\n return {\n name: this.$route.query.name\n };\n },\n mounted() {\n window.myVue = this;\n }\n};","map":{"version":3,"names":["name","data","$route","query","mounted","window","myVue"],"sources":["C:\\exam_app\\app_vue\\src\\components\\Edit_1.vue"],"sourcesContent":["<template>\r\n 用户姓名:<input type=\"text\" id=\"name\" v-model=\"name\">\r\n</template>\r\n\r\n<script>\r\n export default {\r\n name: \"Edit_1\",\r\n data(){\r\n return{\r\n name:this.$route.query.name,\r\n }\r\n },\r\n mounted(){\r\n window.myVue=this;\r\n }\r\n }\r\n</script>\r\n\r\n<style scoped>\r\n\r\n</style>"],"mappings":"AAKI,eAAe;EACXA,IAAI,EAAE,QAAQ;EACdC,IAAIA,CAAA,EAAE;IACF,OAAM;MACFD,IAAI,EAAC,IAAI,CAACE,MAAM,CAACC,KAAK,CAACH;IAC3B;EACJ,CAAC;EACDI,OAAOA,CAAA,EAAE;IACLC,MAAM,CAACC,KAAK,GAAC,IAAI;EACrB;AACJ","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]}