UNPKG

vuepress-plugin-go-top

Version:
8 lines (6 loc) 102 B
import GoTop from "./GoTop.vue"; export default ({ Vue }) => { Vue.component("GoTop", GoTop); };