嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300
本次赞助数额为: 2 元微信扫码支付:2 元
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
formbuilder: 自定义表单控件
.
├── formbuilder-master
│ ├── LICENSE
│ ├── README.md
│ ├── build
│ │ ├── build.js
│ │ ├── check-versions.js
│ │ ├── logo.png
│ │ ├── utils.js
│ │ ├── vue-loader.conf.js
│ │ ├── webpack.base.conf.js
│ │ ├── webpack.dev.conf.js
│ │ └── webpack.prod.conf.js
│ ├── config
│ │ ├── dev.env.js
│ │ ├── index.js
│ │ └── prod.env.js
│ ├── index.html
│ ├── package-lock.json
│ ├── package.json
│ ├── src
│ │ ├── App.vue
│ │ ├── assets
│ │ │ └── logo.png
│ │ ├── components
│ │ │ ├── common
│ │ │ │ ├── bodyofpage.vue
│ │ │ │ ├── contentArea.vue
│ │ │ │ ├── test2.vue
│ │ │ │ └── text.vue
│ │ │ ├── formbuilder.vue
│ │ │ ├── snips
│ │ │ │ ├── addressSelector.vue
│ │ │ │ ├── appendedText.vue
│ │ │ │ ├── buttonSnip.vue
│ │ │ │ ├── checkBoxes.vue
│ │ │ │ ├── dateInput.vue
│ │ │ │ ├── fileUpload.vue
│ │ │ │ ├── inlineCheckboxes.vue
│ │ │ │ ├── inlineRadios.vue
│ │ │ │ ├── numberInput.vue
│ │ │ │ ├── prependedText.vue
│ │ │ │ ├── radioButton.vue
│ │ │ │ ├── selectBasic.vue
│ │ │ │ ├── selectMultiple.vue
│ │ │ │ ├── starRating.vue
│ │ │ │ ├── textInput.vue
│ │ │ │ ├── textareaSnip.vue
│ │ │ │ ├── timeInput.vue
│ │ │ │ └── titleSnip.vue
│ │ │ └── templateType.vue
│ │ ├── main.js
│ │ ├── router
│ │ │ └── index.js
│ │ └── snippetsData
│ │ └── data.json
│ └── static
│ ├── css
│ │ ├── bootstrap.css
│ │ ├── bootstrap.min.css
│ │ ├── common.css
│ │ ├── default.css
│ │ ├── font-awesome.css
│ │ ├── formBuilder.css
│ │ └── zvingclassic
│ │ ├── 1px_white.gif
│ │ ├── bar.gif
│ │ ├── buttonBg.png
│ │ ├── buttons.gif
│ │ ├── buttons.png
│ │ ├── col_border1.gif
│ │ ├── col_border2.gif
│ │ ├── col_shadow2.gif
│ │ ├── col_shadow3.gif
│ │ ├── columnHandle.gif
│ │ ├── default.css
│ │ ├── face.gif
│ │ ├── leftCol_toolbar_bg.gif
│ │ ├── mainAreaBg.gif
│ │ ├── nav_btnbg.png
│ │ ├── pagebar.gif
│ │ ├── shadow-h.png
│ │ ├── shadow-v.png
│ │ ├── sprites_alpha.png
│ │ ├── sprites_vertical.gif
│ │ ├── th.gif
│ │ ├── thbg.gif
│ │ └── thbg_over.gif
│ ├── font
│ │ ├── FontAwesome.otf
│ │ ├── fontawesome-webfont.eot
│ │ ├── fontawesome-webfont.svg
│ │ ├── fontawesome-webfont.ttf
│ │ └── fontawesome-webfont.woff
│ ├── fonts
│ │ ├── glyphicons-halflings-regular.eot
│ │ ├── glyphicons-halflings-regular.svg
│ │ ├── glyphicons-halflings-regular.ttf
│ │ ├── glyphicons-halflings-regular.woff
│ │ └── glyphicons-halflings-regular.woff2
│ └── snippets
│ ├── fb1.png
│ ├── fc1.png
│ ├── fc2.png
│ ├── fc3.png
│ ├── fc4.png
│ ├── fc5.png
│ ├── ff1.png
│ ├── fl1.png
│ ├── fs1.png
│ ├── fs2.png
│ ├── fs3.png
│ ├── ft1.png
│ ├── ft10.png
│ ├── ft2.png
│ ├── ft3.png
│ ├── ft4.png
│ ├── ft5.png
│ ├── ft6.png
│ ├── ft7.png
│ ├── ft8.png
│ └── ft9.png
└── 好例子网_formbuilder-master.zip
16 directories, 106 files