2.1.26 • Published 3 years ago
aux-vue-amis-editor v2.1.26
aux-vue-amis-editor
Installation
yarn add aux-vue-amis-editor --save
Quick Start
Serve.vue
import AuxVueAmisEditor from 'aux-vue-amis-editor'
export default Vue.extend({
name: 'ServeDev',
components: {
AuxVueAmisEditor,
},
data() {
return {
preview: true,
schema: {
type: 'tasks',
name: 'tasks',
items: [
{
label: 'hive 任务',
key: 'hive',
status: 4,
remark: '查看详情<a target="_blank" href="http://www.baidu.com">日志</a>。',
},
{
label: '小流量',
key: 'partial',
status: 4,
},
{
label: '全量',
key: 'full',
status: 4,
},
],
id: 'u:5f649ab86d6a',
},
}
},
})
</script>
<template>
<div id="app">
<aux-vue-amis-editor :schema="schema" :is-preview="true" ref="amisEditor" :is-tools="true" :is-phone="false" :is-design-mode="true" />
</div>
</template>
2.1.18
3 years ago
2.1.25
3 years ago
2.1.26
3 years ago
2.1.23
3 years ago
2.1.24
3 years ago
2.1.21
3 years ago
2.1.22
3 years ago
2.1.20
3 years ago
2.1.17
3 years ago
2.1.16
3 years ago
2.1.15
3 years ago
2.1.13
3 years ago
2.1.12
3 years ago
2.1.11
3 years ago
2.1.10
3 years ago
2.1.9
3 years ago
2.1.8
3 years ago
2.1.7
3 years ago
2.1.6
3 years ago
2.1.5
3 years ago
2.1.4
3 years ago
2.1.3
3 years ago
2.1.2
3 years ago
2.1.1
3 years ago
2.1.0
3 years ago
1.0.14
3 years ago
1.0.13
3 years ago
1.0.12
3 years ago
1.0.11
3 years ago
1.0.10
3 years ago
1.0.8
3 years ago
1.0.6
3 years ago
1.0.5
3 years ago
1.0.3
3 years ago
1.0.2
3 years ago