Provide path instead of props
Use provide/inject instead of props to give the path to the component since we don't need it to be reactive. Also watch for `el` to be null/undefined.
Showing
Please register or sign in to comment
Use provide/inject instead of props to give the path to the component since we don't need it to be reactive. Also watch for `el` to be null/undefined.