Mahammad

Results 4 issues of Mahammad

**Is your feature request related to a problem? Please describe.** - Can't open multuipile window at a same time **Describe the solution you'd like** Add props to set target

wontfix

``` isInWebAppiOS = (window.navigator.standalone === true); isInWebAppChrome = (window.matchMedia('(display-mode: standalone)').matches); return isInWebAppiOS || isInWebAppChrome ```

enhancement
3.x

``` function loadStyle (href) { return new Promise(function (resolve, reject) { let shouldAppend = false; let el = document.querySelector('link[href="' + href + '"]'); if (!el) { el = document.createElement('link'); el.rel...

``` modules: [ [ 'nuxt-ssr-cache', { // options }] ], ``` https://nuxtjs.org/docs/2.x/directory-structure/modules/#1-moduleoptions