ant-design-vue/site/components/geektime.vue

30 lines
554 B
Vue
Raw Normal View History

2019-03-18 17:09:41 +08:00
<template>
<div id="geektime">
<a
2019-03-18 17:27:45 +08:00
href="https://time.geekbang.org/course/intro/163?code=KHKYcoBU6vZa8nMglg7AWfDxxi3BWrz9INAzAY3umPk%3D"
2019-03-18 17:09:41 +08:00
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>