Commit 31ba7b97 by Sendya

chore: cleanup

parent 63b79616
...@@ -7,6 +7,7 @@ ...@@ -7,6 +7,7 @@
</a> </a>
<a href="https://ant.design/">Ant Design</a> <a href="https://ant.design/">Ant Design</a>
<a href="https://vuecomponent.github.io/ant-design-vue/docs/vue/introduce-cn/">Vue Antd</a> <a href="https://vuecomponent.github.io/ant-design-vue/docs/vue/introduce-cn/">Vue Antd</a>
<a>Antd-Vue Version@{{ version }}</a>
</div> </div>
<div class="copyright"> <div class="copyright">
Copyright Copyright
...@@ -17,8 +18,14 @@ ...@@ -17,8 +18,14 @@
</template> </template>
<script> <script>
import { version } from 'ant-design-vue'
export default { export default {
name: 'LayoutFooter' name: 'LayoutFooter',
data () {
return {
version
}
}
} }
</script> </script>
......
...@@ -55,7 +55,7 @@ ...@@ -55,7 +55,7 @@
</a-card> </a-card>
<!-- fixed footer toolbar --> <!-- fixed footer toolbar -->
<footer-tool-bar :style="{ width: isSideMenu() && isDesktop() ? `calc(100% - ${sidebarOpened ? 256 : 80}px)` : '100%'}"> <footer-tool-bar :style="{ width: isSideMenu() && isDesktop() ? `calc(100% - ${sidebarOpened ? 256 : 80}px)` : '100%'}">
<a-button type="primary" @click="validate" :loading="loading">提交</a-button> <a-button type="primary" @click="validate" :loading="loading">提交</a-button>
</footer-tool-bar> </footer-tool-bar>
</div> </div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment