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
1.6 KiB

{"remainingRequest":"/Users/linhuakun/Downloads/coderlhk/bigbar-start/node_modules/vue-loader/lib/index.js??vue-loader-options!/Users/linhuakun/Downloads/coderlhk/bigbar-start/src/components/content/CheckButton/CheckButton.vue?vue&type=script&lang=js&","dependencies":[{"path":"/Users/linhuakun/Downloads/coderlhk/bigbar-start/src/components/content/CheckButton/CheckButton.vue","mtime":1608449230028},{"path":"/Users/linhuakun/Downloads/coderlhk/bigbar-start/node_modules/babel-loader/lib/index.js","mtime":499162500000},{"path":"/Users/linhuakun/Downloads/coderlhk/bigbar-start/node_modules/cache-loader/dist/cjs.js","mtime":499162500000},{"path":"/Users/linhuakun/Downloads/coderlhk/bigbar-start/node_modules/vue-loader/lib/index.js","mtime":499162500000}],"contextDependencies":[],"result":[{"type":"Buffer","data":"base64:Ly8KLy8KLy8KLy8KLy8KLy8KCmV4cG9ydCBkZWZhdWx0IHsKICBuYW1lOiAiQ2hlY2tCdXR0b24iLAogIHByb3BzOnsKICAgIGlzQ2hlY2s6ewogICAgICB0eXBlOiBCb29sZWFuLAogICAgICBkZWZhdWx0OmZhbHNlCiAgICB9CiAgfQp9Cg=="},{"version":3,"sources":["CheckButton.vue"],"names":[],"mappings":";;;;;;;AAOA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA","file":"CheckButton.vue","sourceRoot":"src/components/content/CheckButton","sourcesContent":["<template>\n <div class=\"check-button\" :class=\"{check:isCheck}\" >\n <img src=\"@/assets/img/cart/tick.svg\" alt=\"\">\n </div>\n</template>\n\n<script>\nexport default {\n name: \"CheckButton\",\n props:{\n isCheck:{\n type: Boolean,\n default:false\n }\n }\n}\n</script>\n\n<style scoped>\n.check-button{\n border-radius: 50%;\n border:2px solid #aaa;\n}\n.check{\n background-color: red;\n border-color: red;\n}\n</style>\n"]}]}