Alexander Benjamin
Alexander Benjamin
I'm serving my nuxt generated folder behind nginx proxy on a sub url. (https://localhost/preview) Need to serve sw.js from a subfolder, alternatively need to give it a different name so...
It there a way to change atom value once it has been created. For example: `let atom = editor.atoms[0];` `atom.value = 'Some new value'` Thank you
Hi, how would you use it with NUXT? I've created a client plugin and added the following: ``` import Vue from 'vue' import MQ from 'vue-match-media' Vue.use(MQ); ``` also added...