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