Closed zdd closed 5 years ago
<template> <div> <mt-cell title="标题文字" :to="link" is-link value="带链接"> </mt-cell> <mt-cell title="标题" label="描述信息" is-link></mt-cell> <mt-cell title="原生跳转" label="跳转到 https://mint-ui.github.io" is-link to="https://mint-ui.github.io"></mt-cell> <mt-cell title="路由跳转" label="跳转到 /#/toast" is-link :to="{ name: 'Toast' }"></mt-cell> </div> </template> <script> export default { name: "InfomationCollection" } </script> <style scoped> .start_icon { width: 24px; height: 24px; } </style>
效果图: https://files.gitter.im/ElemeFE/mint-ui/tVbU/thumb/image.png
你好,因为本 issue 不符合我们的规范,所以被关闭了。请使用 issue-generator 提交 issue。相关信息:#758。
效果图: https://files.gitter.im/ElemeFE/mint-ui/tVbU/thumb/image.png