Coreus
Coreus
AsyncComputed is an enhancement (convenience implementation) of Vue's computed. These are not defined as component data, but defined when they're created. It follows that AsyncComputed should behave the same way....
After a long debug hunt, seems this is need to fix the issue when using Marked with Typescript: **`yarn add @types/marked`** You must add this info to the docs!
Another example (uses scale 2x and crop)  
Figured it out. You have to use the Nearest Neighbour resize option. ``` await j.read('path/to/image.png') .then(res => { console.dir('Creating image.'); return res .autocrop() .scale(2, Jimp.RESIZE_NEAREST_NEIGHBOR) .cover(1000, 350) .write('path/to/output-image.png') }) .catch(e...
As mentioned above, you need to import this component. ``` import { FormWizard, TabContent, WizardStep } from 'vue-form-wizard' import 'vue-form-wizard/dist/vue-form-wizard.min.css' export default { name: 'ComponentName', components: { FormWizard, TabContent, WizardStep...
Doesn't matter what day you choose, when reopening it it automatically chooses the next day. For hilarity, try choosing the last day of a month. 🌕
Tested: https://admin.vuebulma.com/#/ Result: Blank page Error: "Object doesn't support attribute or method assign" Error seems to stem from vue-nprogress.min.js (v0.1.5) `return t.install=e,t.start=function(){},Object.assign(t.prototype,r,{init:function(r){this.app=r}}`