<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>