ant-design-vue/site/components/geektime.vue
2019-03-18 17:09:41 +08:00

30 lines
482 B
Vue

<template>
<div id="geektime">
<a
href="http://gk.link/a/102BE"
target="_blank"
>
<img
width="160"
alt="Vue 实战教程"
src="https://cdn.nlark.com/yuque/0/2019/gif/87084/1552897186489-assets/web-upload/3ac01ea3-9c6f-4f23-b52e-d47dae5532d2.gif"
>
</a>
</div>
</template>
<script>
export default {
};
</script>
<style lang="less">
#geektime {
position: fixed;
bottom: 6px;
right: 6px;
}
</style>