UNPKG

@revoloo/cypress6

Version:

Cypress.io end to end testing tool

11 lines (10 loc) 252 B
// https://vuejs.org/v2/guide/plugins.html // https://alligator.io/vuejs/creating-custom-plugins/ export const MyPlugin = { install (Vue) { // 1. add global method or property Vue.aPluginMethod = function () { return 'foo' } }, }