File tree 2 files changed +9
-2
lines changed
2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 7
7
</a >
8
8
<a href =" https://ant.design/" >Ant Design</a >
9
9
<a href =" https://vuecomponent.github.io/ant-design-vue/docs/vue/introduce-cn/" >Vue Antd</a >
10
+ <a >Antd-Vue Version@{{ version }}</a >
10
11
</div >
11
12
<div class =" copyright" >
12
13
Copyright
17
18
</template >
18
19
19
20
<script >
21
+ import { version } from ' ant-design-vue'
20
22
export default {
21
- name: ' LayoutFooter'
23
+ name: ' LayoutFooter' ,
24
+ data () {
25
+ return {
26
+ version
27
+ }
28
+ }
22
29
}
23
30
</script >
24
31
Original file line number Diff line number Diff line change 55
55
</a-card >
56
56
57
57
<!-- 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%'}" >
59
59
<a-button type =" primary" @click =" validate" :loading =" loading" >提交</a-button >
60
60
</footer-tool-bar >
61
61
</div >
You can’t perform that action at this time.
0 commit comments