d9d20948620986c54e2fe6f755f8519fd4dcce5c4e5c323b0a0b7367ba90544a77e1ac1bed2f48e7935a5ba356d2f5efdaf3f424c5e2d53380db44bd7148e2 1.1 KB

1
  1. {"version":3,"file":"footer.mjs","sources":["../../../../../../packages/components/container/src/footer.vue"],"sourcesContent":["<template>\n <footer :class=\"ns.b()\" :style=\"style\">\n <slot />\n </footer>\n</template>\n\n<script lang=\"ts\" setup>\nimport { computed } from 'vue'\nimport { useNamespace } from '@element-plus/hooks'\n\nimport type { CSSProperties } from 'vue'\n\ndefineOptions({\n name: 'ElFooter',\n})\nconst props = defineProps({\n /**\n * @description height of the footer\n */\n height: {\n type: String,\n default: null,\n },\n})\n\nconst ns = useNamespace('footer')\n\nconst style = computed(\n () =>\n (props.height\n ? ns.cssVarBlock({ height: props.height })\n : {}) as CSSProperties\n)\n</script>\n"],"names":["_openBlock","_normalizeClass","_unref","_normalizeStyle"],"mappings":";;;;mCAYc,CAAA;AAAA,EACZ,IAAM,EAAA,UAAA;AACR,CAAA,CAAA,CAAA;;;;;;;;;;;;;;AAWA,MAAM,OAAAA,+BAA0B,CAAA,QAAA,EAAA;AAEhC,QAAA,KAAc,EAAAC,cAAA,CAAAC,KAAA,CAAA,EAAA,CAAA,CAAA,CAAA,EAAA,CAAA;AAAA,QACZ,KACS,EAAAC,cACA,CAAAD,KAAA,CAAA,KAAc,CAAA,CAAA;AAChB,OACT,EAAA;;;;;;;;;;"}