mirror of
https://gitee.com/element-plus/element-plus.git
synced 2024-12-15 01:41:20 +08:00
7 lines
138 B
Vue
7 lines
138 B
Vue
|
<template>
|
||
|
<div>
|
||
|
<el-link :underline="false">Without Underline</el-link>
|
||
|
<el-link>With Underline</el-link>
|
||
|
</div>
|
||
|
</template>
|