How does the single-page application of vue automatically call parent methods within each component?

just as the subclass inherits the parent class, the subclass automatically executes the constructor of the parent class. Do not manually rewrite in each component.

Mar.03,2021

then you can write a parent class and let the subclasses inherit

.
Menu