File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 77 </a >
88 <a href =" https://ant.design/" >Ant Design</a >
99 <a href =" https://vuecomponent.github.io/ant-design-vue/docs/vue/introduce-cn/" >Vue Antd</a >
10+ <a >Antd-Vue Version@{{ version }}</a >
1011 </div >
1112 <div class =" copyright" >
1213 Copyright
1718</template >
1819
1920<script >
21+ import { version } from ' ant-design-vue'
2022 export default {
21- name: ' LayoutFooter'
23+ name: ' LayoutFooter' ,
24+ data () {
25+ return {
26+ version
27+ }
28+ }
2229 }
2330 </script >
2431
Original file line number Diff line number Diff line change 5555 </a-card >
5656
5757 <!-- fixed footer toolbar -->
58- <footer-tool-bar :style =" { width: isSideMenu() && isDesktop() ? `calc(100% - ${sidebarOpened ? 256 : 80}px)` : '100%'}" >
58+ <footer-tool-bar :style =" { width: isSideMenu() && isDesktop() ? `calc(100% - ${sidebarOpened ? 256 : 80}px)` : '100%'}" >
5959 <a-button type =" primary" @click =" validate" :loading =" loading" >ζδΊ€</a-button >
6060 </footer-tool-bar >
6161 </div >
You canβt perform that action at this time.
0 commit comments