7 lines
191 B
Vue
7 lines
191 B
Vue
<template>
|
|
<img
|
|
style="width: 70%; height: 100%; margin: auto; opacity: 0.8"
|
|
src="https://raw.githubusercontent.com/toeverything/blocksuite/master/assets/logo.svg"
|
|
/>
|
|
</template>
|