flexible-adaptation
v1.0.0
Published
This package is designed to solve media query problems. Due to some media queries that may not be as accurate at times, resulting in layout confusion, using this package can help you better adapt the screen. ## install ```javascript npm i flexible-adap
Readme
This package is designed to solve media query problems. Due to some media queries that may not be as accurate at times, resulting in layout confusion, using this package can help you better adapt the screen.
install
npm i flexible-adaptationUsage
Taking Vue as an example mani.js
import Vue from "vue";
import 'flexible-adaptation'This way, you can complete the screen adaptation operation
