12 changed files with 156 additions and 10 deletions
@ -0,0 +1,17 @@ |
|||
@font-face { |
|||
font-family: 'pingfang-bold'; |
|||
src: url('pingfang-bold.ttf'); |
|||
src:url('pingfang-bold.ttf') format('truetype'); |
|||
font-weight: normal; |
|||
font-style: normal; |
|||
font-display: swap; |
|||
} |
|||
@font-face { |
|||
font-family: 'pingfang-ordinary'; |
|||
src: url('pingfang-ordinary.ttf'); |
|||
src:url('pingfang-ordinary.ttf') format('truetype'); |
|||
font-weight: normal; |
|||
font-style: normal; |
|||
font-display: swap; |
|||
} |
|||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -0,0 +1,26 @@ |
|||
<template> |
|||
<div class=''></div> |
|||
</template> |
|||
|
|||
<script> |
|||
export default { |
|||
//数据 |
|||
data() { |
|||
return {}; |
|||
}, |
|||
//创建前 |
|||
created() {}, |
|||
//方法 |
|||
methods: {}, |
|||
//子组件注册 |
|||
components:{}, |
|||
//计算 |
|||
computed:{}, |
|||
//监听 |
|||
watch: {}, |
|||
} |
|||
</script> |
|||
|
|||
<style lang='scss'> |
|||
|
|||
</style> |
Loading…
Reference in new issue