6 lines
206 B
Vue
6 lines
206 B
Vue
<template>
|
|
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 200 100">
|
|
<text x="10" y="50" fill="currentColor" font-size="40px" font-family="Arial">Jingrow</text>
|
|
</svg>
|
|
</template>
|