UNPKG

@fit-screen/vue

Version:

Scale-based large-screen adaptive solution for Vue Everything is based on the design draft's px size, and the adaptation is done by scale, everything is so simple

4 lines (3 loc) 161 B
import FitScreen from './components/FitScreen'; declare const installFitScreen: (app: any) => any; export { FitScreen as default, installFitScreen as install };