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
| 1 | import './styles/radio.scss' | 1 | import './styles/radio.scss' |
| 2 | -import commonProps from './common/props.js' | 2 | +// https://github.com/luban-h5-components/plugin-common-props |
| 3 | +import commonProps from '@luban-h5/plugin-common-props' | ||
| 3 | import { genUUID } from '../../utils/element.js' | 4 | import { genUUID } from '../../utils/element.js' |
| 4 | 5 | ||
| 5 | export default { | 6 | export default { |
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,7 +13,8 @@ import { quillEditor } from 'vue-quill-editor' | ||
| 13 | import 'quill/dist/quill.core.css' | 13 | import 'quill/dist/quill.core.css' |
| 14 | import 'quill/dist/quill.snow.css' | 14 | import 'quill/dist/quill.snow.css' |
| 15 | import './styles/text-overwrite-quil-snow-theme.scss' | 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 | export default { | 19 | export default { |
| 19 | render (h) { | 20 | render (h) { |