Closed cn-xufei closed 4 years ago
Hi @cn-xufei
Here's an updated demo https://codesandbox.io/s/advanced-vue-hot-column-implementation-722-411-forked-sjf4w?file=/src/App.vue
Let me know if you need anything else.
Hi @cn-xufei
Here's an updated demo https://codesandbox.io/s/advanced-vue-hot-column-implementation-722-411-forked-sjf4w?file=/src/App.vue
Let me know if you need anything else.
Thanks. Demo no problem. But my problem is that on version 8.0, errors are reported after the project is packaged.
DOMException: Failed to execute 'insertBefore' on 'Node': This node type does not support this method.
My environment
{
"vue": "^2.6.11",
"@handsontable/vue": "^5.0.1",
"handsontable": "^8.0.0"
}
I also encountered the same problem. Like the @ CN Xufei environment, I also reported this error
@cn-xufei by 'packed' do you mean the webpack's minimize
option?
If so it has been reported here https://github.com/handsontable/vue-handsontable-official/issues/188
Can I ask you @cn-xufei and @Freshstrong to send me any demo where this issue can be replicable? It seems that we won't be able to replicate the same using Sandbox.
I have solved the problem of webpack, minimize option. I added "minimize" to false and repackaged it to solve this problem
I'm glad to hear that @Freshstrong Thank you for the update. @cn-xufei does it solve your problem as well?
@cn-xufei by 'packed' do you mean the webpack's
minimize
option?If so it has been reported here #188
Thanks. Yes, that's the question
I have solved the problem of webpack, minimize option. I added "minimize" to false and repackaged it to solve this problem
Thanks. This can only be done temporarily. Closing this configuration will affect code compression
I have solved the problem of webpack, minimize option. I added "minimize" to false and repackaged it to solve this problem
Thanks. This can only be done temporarily. Closing this configuration will affect code compression
At present, there is no better way. I hope the author can solve this problem in the next version
Yes, that is only a workaround.
@cn-xufei @Freshstrong I will update you as soon as we get that issue fixed.
Duplicate of #188
https://github.com/handsontable/vue-handsontable-official/issues/188 has been solved in v 5.1.0
Description
Steps to reproduce