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

1 line
970 B
JSON

{"ast":null,"code":"export default {\n name: \"commonBtn\",\n props: {\n title: {\n type: String,\n default: '下一步'\n }\n },\n methods: {}\n};","map":{"version":3,"names":["name","props","title","type","String","default","methods"],"sources":["src/components/commonBtn.vue"],"sourcesContent":["<template>\r\n <div class=\"button\">\r\n {{ title }}\r\n </div>\r\n</template>\r\n\r\n<script>\r\n export default {\r\n name: \"commonBtn\",\r\n props: {\r\n title: {\r\n type: String,\r\n default: '下一步'\r\n }\r\n },\r\n methods: {\r\n\r\n }\r\n }\r\n</script>\r\n\r\n<style scoped>\r\n .button {\r\n width: 100%;\r\n height: 46px;\r\n background: #3364B7;\r\n border-radius: 23px;\r\n }\r\n</style>\r\n"],"mappings":"AAOA;EACAA,IAAA;EACAC,KAAA;IACAC,KAAA;MACAC,IAAA,EAAAC,MAAA;MACAC,OAAA;IACA;EACA;EACAC,OAAA,GAEA;AACA"},"metadata":{},"sourceType":"module","externalDependencies":[]}