qauMaWeb/node_modules/.cache/babel-loader/a806953d78fa754cadc56c55403...

1 line
1.3 KiB
JSON

{"ast":null,"code":"//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\nexport default {\n name: \"Search\",\n data: function data() {\n return {\n searchText: ''\n };\n },\n mounted: function mounted() {}\n};","map":{"version":3,"mappings":";;;;;;;;;;;;;;;;;;;AAoBA;AACAA,gBADA;AAEAC,MAFA,kBAEA;AACA;AACAC;AADA;AAGA,GANA;AAOAC,SAPA,qBAOA,CAEA;AATA","names":["name","data","searchText","mounted"],"sourceRoot":"src/components","sources":["Search.vue"],"sourcesContent":["<!--\r\n * @Description: \r\n * @Author: Rabbiter\r\n * @Date: 2023-03-26 15:27:05\r\n-->\r\n<template>\r\n <!-- 搜索栏-->\r\n <el-row>\r\n <el-col :span=\"24\" style=\"text-align: center;\">\r\n <div class=\"search\" style=\"display: inline-block\">\r\n <div style=\"height: 60px;margin-left: 30px\">\r\n <input @keydown.enter=\"$emit('search',searchText)\" type=\"text\" placeholder=\"请输入商品\" v-model=\"searchText\">\r\n <button @click=\"$emit('search',searchText)\"></button>\r\n </div>\r\n </div>\r\n </el-col>\r\n </el-row>\r\n</template>\r\n\r\n<script>\r\nexport default {\r\n name: \"Search\",\r\n data(){\r\n return{\r\n searchText:'',\r\n }\r\n },\r\n mounted() {\r\n \r\n }\r\n\r\n}\r\n</script>\r\n\r\n<style scoped>\r\n\r\n</style>"]},"metadata":{},"sourceType":"module"}