v5 - tabs required classes
Created by: ZhangChengLin
https://v5.getbootstrap.com/docs/5.0/components/list-group/ https://v5.getbootstrap.com/docs/5.0/components/navs/
https://github.com/twbs/bootstrap/blob/main/js/src/tab.js#L45
Why must the parent of the HTML element of the tab contain'.nav, .list-group'? If the parent of the HTML format does not contain one of these two classes, an error will be reported.
Moreover, in the document description, there is no key description, and one of these two categories must be included.