We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Describe the bug I pass in a component by templete, and the data provided by the outermost component cannot be read by inject in the child component.
in parent component: provide('setting', {a:1,b:1});
in child component: const setting = inject('setting'); // get nothing