You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1 line
2.7 KiB
1 line
2.7 KiB
{"remainingRequest":"/Users/linhuakun/Downloads/coderlhk/big bar/bigbar-start/node_modules/vue-loader/lib/index.js??vue-loader-options!/Users/linhuakun/Downloads/coderlhk/big bar/bigbar-start/src/views/cart/childComps/CheckButton.vue?vue&type=style&index=0&id=43f0c0b6&scoped=true&lang=css&","dependencies":[{"path":"/Users/linhuakun/Downloads/coderlhk/big bar/bigbar-start/src/views/cart/childComps/CheckButton.vue","mtime":1607666509054},{"path":"/Users/linhuakun/Downloads/coderlhk/big bar/bigbar-start/node_modules/css-loader/dist/cjs.js","mtime":499162500000},{"path":"/Users/linhuakun/Downloads/coderlhk/big bar/bigbar-start/node_modules/vue-loader/lib/loaders/stylePostLoader.js","mtime":499162500000},{"path":"/Users/linhuakun/Downloads/coderlhk/big bar/bigbar-start/node_modules/postcss-loader/src/index.js","mtime":499162500000},{"path":"/Users/linhuakun/Downloads/coderlhk/big bar/bigbar-start/node_modules/cache-loader/dist/cjs.js","mtime":499162500000},{"path":"/Users/linhuakun/Downloads/coderlhk/big bar/bigbar-start/node_modules/vue-loader/lib/index.js","mtime":499162500000}],"contextDependencies":[],"result":[{"type":"Buffer","data":"base64:CgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKLmljb24tc2VsZWN0b3IgewogIHBvc2l0aW9uOiByZWxhdGl2ZTsKICBtYXJnaW46IDA7CiAgd2lkdGg6IDE4cHg7CiAgaGVpZ2h0OiAxOHB4OwogIGJvcmRlci1yYWRpdXM6IDUwJTsKICBib3JkZXI6IDJweCBzb2xpZCAjY2NjOwogIGN1cnNvcjogcG9pbnRlcjsKfQoKLnNlbGVjdG9yLWFjdGl2ZSB7CiAgYmFja2dyb3VuZC1jb2xvcjogI2ZmODE5ODsKICBib3JkZXItY29sb3I6ICNmZjgxOTg7Cn0K"},{"version":3,"sources":["CheckButton.vue"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAoCA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA","file":"CheckButton.vue","sourceRoot":"src/views/order/childComps","sourcesContent":["<template>\n <div>\n <div class=\"icon-selector\" :class=\"{'selector-active': checked}\" @click=\"selectItem\">\n <img src=\"~/assets/img/cart/tick.svg\" alt=\"\">\n </div>\n </div>\n</template>\n\n<script>\n\texport default {\n\t\tname: \"CheckButton\",\n props: {\n\t\t value: {\n\t\t type: Boolean,\n default: true\n }\n },\n data: function () {\n\t\t return {\n\t\t checked: this.value\n }\n },\n methods: {\n selectItem: function () {\n this.$emit('checkBtnClick')\n }\n },\n watch: {\n\t\t value: function (newValue) {\n this.checked = newValue;\n }\n }\n\t}\n</script>\n\n<style scoped>\n .icon-selector {\n position: relative;\n margin: 0;\n width: 18px;\n height: 18px;\n border-radius: 50%;\n border: 2px solid #ccc;\n cursor: pointer;\n }\n\n .selector-active {\n background-color: #ff8198;\n border-color: #ff8198;\n }\n</style>\n"]}]} |