feat: use live editor on desktop
This commit is contained in:
@@ -6,9 +6,13 @@
|
||||
message="恭喜你,你的请求已成功处理"
|
||||
closable
|
||||
>
|
||||
<template slot="title">恭喜你</template>
|
||||
<template slot="title">
|
||||
恭喜你
|
||||
</template>
|
||||
<template slot="extra">
|
||||
<veui-button ui="text">查看详情</veui-button>
|
||||
<veui-button ui="text">
|
||||
查看详情
|
||||
</veui-button>
|
||||
</template>
|
||||
恭喜你,你的请求已成功处理
|
||||
</veui-alert>
|
||||
|
@@ -10,7 +10,9 @@
|
||||
type="success"
|
||||
>
|
||||
Your profile has been updated.
|
||||
<template slot="title">消息标题</template>
|
||||
<template slot="title">
|
||||
消息标题
|
||||
</template>
|
||||
</veui-alert>
|
||||
</article>
|
||||
</template>
|
||||
|
@@ -101,7 +101,6 @@ export default {
|
||||
top: 10px;
|
||||
}
|
||||
}
|
||||
|
||||
</style>
|
||||
|
||||
<docs>
|
||||
|
@@ -132,7 +132,6 @@ export default {
|
||||
top: 50px;
|
||||
}
|
||||
}
|
||||
|
||||
</style>
|
||||
|
||||
<docs>
|
||||
|
@@ -108,7 +108,6 @@ export default {
|
||||
top: 50px;
|
||||
}
|
||||
}
|
||||
|
||||
</style>
|
||||
|
||||
<docs>
|
||||
|
@@ -46,7 +46,7 @@ export default {
|
||||
}
|
||||
</script>
|
||||
|
||||
<style lang="less" scoped docs>
|
||||
<style lang="less" scoped>
|
||||
h4 {
|
||||
margin: 0 0 10px;
|
||||
}
|
||||
|
@@ -1,22 +1,28 @@
|
||||
<template>
|
||||
<article>
|
||||
<veui-pagination
|
||||
:page="page"
|
||||
:total="total"
|
||||
:to="to"
|
||||
/>
|
||||
<veui-pagination
|
||||
:page="page"
|
||||
:total="total"
|
||||
:to="to"
|
||||
ui="s"
|
||||
/>
|
||||
<veui-pagination
|
||||
:page="page"
|
||||
:total="total"
|
||||
:to="to"
|
||||
ui="xs"
|
||||
/>
|
||||
<section>
|
||||
<veui-pagination
|
||||
:page="page"
|
||||
:total="total"
|
||||
:to="to"
|
||||
/>
|
||||
</section>
|
||||
<section>
|
||||
<veui-pagination
|
||||
:page="page"
|
||||
:total="total"
|
||||
:to="to"
|
||||
ui="s"
|
||||
/>
|
||||
</section>
|
||||
<section>
|
||||
<veui-pagination
|
||||
:page="page"
|
||||
:total="total"
|
||||
:to="to"
|
||||
ui="xs"
|
||||
/>
|
||||
</section>
|
||||
</article>
|
||||
</template>
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
<template>
|
||||
<article>
|
||||
<section>
|
||||
<p>loading:<veui-switch v-model="loading"/></p>
|
||||
<div>loading:<veui-switch v-model="loading"/></div>
|
||||
<veui-table
|
||||
:data="data"
|
||||
:loading="loading"
|
||||
|
@@ -1,12 +1,12 @@
|
||||
<template>
|
||||
<article>
|
||||
<section>
|
||||
<p>
|
||||
<div>
|
||||
允许不排序:<veui-switch
|
||||
v-model="allowFalse"
|
||||
@change="handleChange"
|
||||
/>
|
||||
</p>
|
||||
</div>
|
||||
<veui-table
|
||||
:data="sorted"
|
||||
key-field="id"
|
||||
|
Reference in New Issue
Block a user