deviceType.js 87 B

1234
  1. import Vue from 'vue'
  2. import DeviceType from './utils/deviceType'
  3. Vue.use(DeviceType)