tiny-vue_version0/examples/sites/demos/pc/app/link/config-href-composition-api...

8 lines
207 B
Vue

<template>
<tiny-link :underline="false" href="localhost:3000/#/zh-CN/index" target="_blank">默认链接</tiny-link>
</template>
<script setup>
import { Link as TinyLink } from '@opentiny/vue'
</script>