Files
education/frontend/node_modules/.cache/vue-loader/837e0e98662bd4abd6db755d1633ee94.json
T

1 line
2.1 KiB
JSON

{"remainingRequest":"C:\\Users\\Admin\\Desktop\\education\\frontend\\node_modules\\vue-loader\\lib\\index.js??vue-loader-options!C:\\Users\\Admin\\Desktop\\education\\frontend\\src\\layout\\components\\Copyright\\index.vue?vue&type=script&lang=js","dependencies":[{"path":"C:\\Users\\Admin\\Desktop\\education\\frontend\\src\\layout\\components\\Copyright\\index.vue","mtime":1787309162966},{"path":"C:\\Users\\Admin\\Desktop\\education\\frontend\\node_modules\\cache-loader\\dist\\cjs.js","mtime":1787309791955},{"path":"C:\\Users\\Admin\\Desktop\\education\\frontend\\node_modules\\babel-loader\\lib\\index.js","mtime":1787309793142},{"path":"C:\\Users\\Admin\\Desktop\\education\\frontend\\node_modules\\cache-loader\\dist\\cjs.js","mtime":1787309791955},{"path":"C:\\Users\\Admin\\Desktop\\education\\frontend\\node_modules\\vue-loader\\lib\\index.js","mtime":1787309793790}],"contextDependencies":[],"result":[{"type":"Buffer","data":"base64:Ly8KLy8KLy8KLy8KLy8KLy8KDQpleHBvcnQgZGVmYXVsdCB7DQogIGNvbXB1dGVkOiB7DQogICAgdmlzaWJsZSgpIHsNCiAgICAgIHJldHVybiB0aGlzLiRzdG9yZS5zdGF0ZS5zZXR0aW5ncy5mb290ZXJWaXNpYmxlDQogICAgfSwNCiAgICBjb250ZW50KCkgew0KICAgICAgcmV0dXJuIHRoaXMuJHN0b3JlLnN0YXRlLnNldHRpbmdzLmZvb3RlckNvbnRlbnQNCiAgICB9DQogIH0NCn0NCg=="},{"version":3,"sources":["index.vue"],"names":[],"mappings":";;;;;;;AAOA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA","file":"index.vue","sourceRoot":"src/layout/components/Copyright","sourcesContent":["<template>\r\n <footer v-if=\"visible\" class=\"copyright\">\r\n <span>{{ content }}</span>\r\n </footer>\r\n</template>\r\n\r\n<script>\r\nexport default {\r\n computed: {\r\n visible() {\r\n return this.$store.state.settings.footerVisible\r\n },\r\n content() {\r\n return this.$store.state.settings.footerContent\r\n }\r\n }\r\n}\r\n</script>\r\n\r\n<style scoped>\r\n.copyright {\r\n position: fixed;\r\n bottom: 0;\r\n left: 0;\r\n right: 0;\r\n height: 36px;\r\n padding: 10px 20px;\r\n text-align: right;\r\n background-color: #f8f8f8;\r\n color: #666;\r\n font-size: 14px;\r\n border-top: 1px solid #e7e7e7;\r\n z-index: 999;\r\n}\r\n</style>"]}]}