// Add your own plugins in this folder by exporting object with their instances// They will be registered later with Vue.use(). You can find examples in core/plugins/index.js// Export plugin objects here. They will be proceeded by Vue.use()export {
}