Skip to content

Instantly share code, notes, and snippets.

@getJv
Created July 11, 2020 22:23
Show Gist options
  • Save getJv/74048e9e9c9ebc17ba5fb9308c7b1b8c to your computer and use it in GitHub Desktop.
Save getJv/74048e9e9c9ebc17ba5fb9308c7b1b8c to your computer and use it in GitHub Desktop.
import Vue from "vue";
import App from "./App.vue";
import customMethods from "@/plugins/customMethods.js";
Vue.use(customMethods);
// ... ommited
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment