# 文本按钮 有些人也会叫他 `link` 按钮。 ```html 那车头依然吐着烟 ``` ```js import { TrainOutline as TrainIcon } from '@vicons/ionicons-v5' export default { components: { TrainIcon } } ```