0.1.26 • Published 2 years ago

dsurvey-editor v0.1.26

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

survey-editer

Project setup

yarn install

Compiles and hot-reloads for development

yarn serve

Compiles and minifies for production

yarn build

Lints and fixes files

yarn lint

Customize configuration

See Configuration Reference.

组件使用

题型列表 ToolBox

 <ToolBox :width="400"></ToolBox>
 属性:
 width: 宽度样式
import Creator from 'dsurvey-editor'

Vue.use(Creator, {
  locale: 'zh_CN',
  messages: {  // 定制化国际化
    en_US: {
      editor: {
        qtype07: '单选题',
        edit46: '231321'
      },
      question: {
        field06: '单选题'
      }
    }
  }
})

<!-- 切换语言 -->

this.$editorLang = 'en_US'

vue 页面引入creator

  <survey-toolbox>
  </survey-toolbox>
     <survey-editor v-if="testData" :disabled="false"  :surveyModel="testData" :surveyConfig="config"/>
0.1.26

2 years ago

0.1.20

2 years ago

0.1.21

2 years ago

0.1.22

2 years ago

0.1.23

2 years ago

0.1.24

2 years ago

0.1.25

2 years ago

0.1.18

2 years ago

0.1.19

2 years ago

0.1.14

2 years ago

0.1.15

2 years ago

0.1.16

2 years ago

0.1.17

2 years ago

0.1.13

3 years ago

0.1.11

3 years ago

0.1.12

3 years ago

0.1.10

3 years ago

0.1.8

3 years ago

0.1.9

3 years ago

0.1.7

3 years ago

0.1.6

3 years ago

0.1.5

3 years ago

0.1.4

3 years ago

0.1.3

3 years ago

0.1.2

3 years ago

0.1.0

3 years ago