Pascal AOMS

Results 3 issues of Pascal AOMS

If there is no fills, it throws an error and does not load the as default marked polyfills as described in the README.

Encode agent strings to allow `User-Agents` like `Mozilla/5.0 (Windows; U; MSIE 7.0; Windows NT 6.0; en-US)`. As of now only `ie/7.0.0` would work.

Versions: ``` "element-plus": "^2.0.1", "vite-ssr": "^0.11.1", "unplugin-auto-import": "^0.5.11", "unplugin-icons": "^0.13.0", "unplugin-vue-components": "^0.17.18", "vite": "^2.7.13", ``` Vite Config: ``` plugins: [ Vue(), SSR(), AutoImport({ resolvers: [ElementPlusResolver()] }), Components({ resolvers: [ ElementPlusResolver({...