Is there a warning problem with vue using slot?

is there something wrong with using slot in this way?
parent component
clipboard.png


clipboard.png


clipboard.png

Mar.06,2021
Is there two slot='first-keng'


written on the


page, because your sub-component uses vmurfort, which will cause the first-keng--> slot definition of your sub-component to repeat, "warning" means that you repeat the definition of first-keng

Menu