UNPKG

vue-screen-orientation

Version:

Get easy and reactive access to the Direction, Version and Angle of your screen with vue.js.

11 lines (9 loc) 239 B
import Vue from 'vue' import App from './App.vue' // This is an example of loading it the global way. // import VueScreenOrientation from '../src/index.js' // Vue.use(VueScreenOrientation) new Vue({ el: '#app', render: h => h(App) })