how can multiple plug-ins in vue be introduced through a single entry?
I want to introduce it in this way in order to use that plug-in to load that plug-in is to provide these plug-ins to the outside world through plugin
import {Tips, Modal} from "plugin";
Tips and Modal are two separate plug-ins each have a .js file that defines the plug-in"s install method