no message
Former-commit-id: 135f02a9085799cace67614915bac6974fec6524 Former-commit-id: 19104a5821f5aa3a7899ea860d68327babe64698 Former-commit-id: 2905152d2d0f78b146d9ce0c45f656394246f3d9
This commit is contained in:
parent
68c34ef21a
commit
78534ced33
|
|
@ -6,15 +6,19 @@
|
|||
width="160"
|
||||
v-model="popover.visible">
|
||||
<p>访问 Github</p>
|
||||
<p style="font-size: 10px;">{{name}}</p>
|
||||
<div style="text-align: right; margin: 0">
|
||||
<el-button size="mini" type="text" @click="popover.visible = false">取消</el-button>
|
||||
<el-button type="primary" size="mini" @click="jump">确定</el-button>
|
||||
<el-button size="mini" type="text" @click="popover.visible = false">
|
||||
取消
|
||||
</el-button>
|
||||
<el-button type="primary" size="mini" @click="jump">
|
||||
确定
|
||||
</el-button>
|
||||
</div>
|
||||
</el-popover>
|
||||
<el-button
|
||||
v-popover:pop
|
||||
v-bind="$attrs"
|
||||
@click="popover.visible = true">
|
||||
v-bind="$attrs">
|
||||
view in
|
||||
<span class="fa fa-github"></span>
|
||||
</el-button>
|
||||
|
|
|
|||
|
|
@ -17,6 +17,7 @@
|
|||
<div class="dd-mb">拖拽卡片调整位置</div>
|
||||
<div class="dd-mb">拖拽卡片右下角的手柄调整卡片大小</div>
|
||||
<GithubLinkButton
|
||||
name="vue-grid-layout"
|
||||
url="https://github.com/jbaysolutions/vue-grid-layout"
|
||||
type="success">
|
||||
</GithubLinkButton>
|
||||
|
|
|
|||
Loading…
Reference in New Issue