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>
......
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