Commit d9e9ddd9bb47201f7fd8cf608947fe7223715350
1 parent
95841074
use common props from npm package
Showing
6 changed files
with
10 additions
and
5 deletions
front-end/h5/src/components/plugins/lbp-button.js
front-end/h5/src/components/plugins/lbp-form-button.js
front-end/h5/src/components/plugins/lbp-form-input.js
front-end/h5/src/components/plugins/lbp-form-radio.js
front-end/h5/src/components/plugins/lbp-picture-placeholder.jpg deleted
100644 → 0
57.2 KB
front-end/h5/src/components/plugins/lbp-text.js
| ... | ... | @@ -13,7 +13,8 @@ import { quillEditor } from 'vue-quill-editor' |
| 13 | 13 | import 'quill/dist/quill.core.css' |
| 14 | 14 | import 'quill/dist/quill.snow.css' |
| 15 | 15 | import './styles/text-overwrite-quil-snow-theme.scss' |
| 16 | -import commonProps from './common/props.js' | |
| 16 | +// https://github.com/luban-h5-components/plugin-common-props | |
| 17 | +import commonProps from '@luban-h5/plugin-common-props' | |
| 17 | 18 | |
| 18 | 19 | export default { |
| 19 | 20 | render (h) { | ... | ... |