Tsz Lam

Results 6 issues of Tsz Lam

I got 3 classes, and I would like to have (ServiceA) as a group, and (ServiceB, ServiceBChild) as another group. Such that, there are 2 modules can be provided. ##...

May I ask is there any way to reference `~` to `node_modules`? I have tried "@rollup/plugin-alias" ``` alias({ entries: { "~": path.join(__dirname, "node_modules/"), }, }) ``` with `includePaths: ["node_modules"]`, but...

When apply with bootstrap 4.6, there are some mispositions on the viewer, which can also be tested on the demo site. Thus, I have created a workaround scss for such...

enhancement

Fix for issue https://github.com/ktsn/vuex-connect/issues/366.

When a component is connected, any attributes passing to it will not propagate to its child. Thus, it blocks any transparent wrapper component.

For example, in https://formio.github.io/formio.js/app/builder. When create a layout/table component with some HTML attributes set, the attributes cannot be created in the `````` html tag in the output.

need more information