-
Notifications
You must be signed in to change notification settings - Fork 43
Encapsulate UI components imports #981
Encapsulate UI components imports #981
Conversation
…lly, exclude moment locals from build
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
check all the places where components: {}
occurs
components: { | ||
Grid, | ||
}, | ||
components: {}, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
empty components
property - to remove
components: { | ||
TextField, | ||
}, | ||
components: {}, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
empty components property - to remove
components: { | ||
Select, | ||
}, | ||
components: {}, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
empty components property - to remove
import { | ||
mapActions, | ||
} from 'vuex'; | ||
|
||
export default { | ||
name: 'CollectionProductsGrid', | ||
components: { | ||
Grid, | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
empty line - to remove
error: { | ||
type: Boolean, | ||
default: false, | ||
}, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this property is not used
* Encapsulate UI components imports (#981) * feat(core): encapsulate UI components imports and register them globally, exclude moment locals from build * feat(core): clean code * feat(core): register components for unit tests * feat(core): clean code * feat(core): clean code
…lly, exclude moment locals from build
Description
Issue #980
Type of change
Please delete options that are not relevant.
How Has This Been Tested?
Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration
Checklist: