Skip to content

Commit 89e5298

Browse files
committed
fix(plugin.js) commented out the code, for some reason this is breaking build now
1 parent 2a813a0 commit 89e5298

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/vGrid/plugin.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
export function configure(config) {
1+
/*export function configure(config) {
22
config.globalResources(
33
'vGrid/v-grid-element-footer-pager',
44
'vGrid/v-grid-element-row-repeat',
@@ -15,3 +15,4 @@ export function configure(config) {
1515
'vGrid/v-grid-attributes-resize-col'
1616
);
1717
}
18+
*/

0 commit comments

Comments
 (0)