Created
July 11, 2020 22:23
-
-
Save getJv/74048e9e9c9ebc17ba5fb9308c7b1b8c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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