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

30 lines
558 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
2019-03-19 15:35:51 +08:00
width="150"
2019-03-18 17:09:41 +08:00
alt="Vue 实战教程"
2019-04-10 21:58:12 +08:00
src="https://cdn.nlark.com/yuque/0/2019/jpeg/87084/1554903088531-assets/web-upload/c496a156-aabc-4a9b-8cb6-a7a6617706ce.jpeg"
2019-03-18 17:09:41 +08:00
>
</a>
</div>
</template>
<script>
export default {
};
</script>
<style lang="less">
#geektime {
position: fixed;
2019-03-19 15:35:51 +08:00
bottom: 15px;
right: 15px;
2019-03-18 17:09:41 +08:00
}
</style>