Commit d9e9ddd9bb47201f7fd8cf608947fe7223715350

Authored by ly525
1 parent 95841074

use common props from npm package

front-end/h5/src/components/plugins/lbp-button.js
1   -import commonProps from './common/props.js'
  1 +// https://github.com/luban-h5-components/plugin-common-props
  2 +import commonProps from '@luban-h5/plugin-common-props'
2 3  
3 4 export default {
4 5 render () {
... ...
front-end/h5/src/components/plugins/lbp-form-button.js
1   -import commonProps from './common/props.js'
  1 +// https://github.com/luban-h5-components/plugin-common-props
  2 +import commonProps from '@luban-h5/plugin-common-props'
2 3  
3 4 export default {
4 5 render () {
... ...
front-end/h5/src/components/plugins/lbp-form-input.js
1   -import commonProps from './common/props.js'
  1 +// https://github.com/luban-h5-components/plugin-common-props
  2 +import commonProps from '@luban-h5/plugin-common-props'
2 3  
3 4 export default {
4 5 name: 'lbp-form-input',
... ...
front-end/h5/src/components/plugins/lbp-form-radio.js
1 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 4 import { genUUID } from '../../utils/element.js'
4 5  
5 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 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) {
... ...