Аркадий Кожедуб
Аркадий Кожедуб
``` let Affix = { template: '' }; if (process.client) { Affix = require('vue-affix').Affix; } export default { components: { Affix, }, }; ```
I support, I have the same problem. The error appears when I run the storybook. `npx nuxt storybook` With normal assembly and development, everything is ok.
install 0.99.4 ``` The following packages have unmet dependencies: fbreader : Depends: libqt4-network (>= 4:4.6.1) but it can't be installed Depends: libqtcore4 (>= 4:4.7.0~beta1) but it #can't be installed Depends:...
``` /** * @return \yii\db\ActiveQuery */ public function getImagesR() { return $this->hasOne(Image::className(), ['itemId' => 'id']) ->onCondition(['modelName' => $this->tableName()]); } ``` but no placeHolder
Faced the same problem. My png file, after decreasing in resolution with responsive-loader, is increased in bytes by 3 times. Paradox. I also want to process pngquant after the responsive-loader.
I have the same problem
@MicroDreamIT import the library like this: `import Paginate from 'vuejs-paginate/src/components/Paginate'` Do not use client-only.
I had the same thing happen recently. It used to work. But the error text is slightly different: `is missing for injected kext CrypteFixup.kext`
``` $ docker start macos $ docker exec macos git pull From https://github.com/kholia/OSX-KVM 670cd80..fbd4d73 master -> origin/master error: Your local changes to the following files would be overwritten by merge:...