froala / vue-froala-wysiwyg

Vue component for Froala WYSIWYG HTML Rich Text Editor.
https://froala.com/wysiwyg-editor
632 stars 86 forks source link

NuxtJS Warning: (2047:3) Replace fill-available to stretch, because spec had been changed #143

Open KamranMaqbool opened 4 years ago

KamranMaqbool commented 4 years ago

Hi! i'am creating NuxtJS Project and install npm install vue-froala-wysiwyg but give warnings

NuxtJS Version : "nuxt": "^2.0.0", Froala Version : "vue-froala-wysiwyg": "^3.2.0"

creating froala.js file in plugins folder

import Vue from 'vue' import VueFroala from 'vue-froala-wysiwyg' import "froala-editor/js/froala_editor.pkgd.min.js" Vue.use(VueFroala)

Add Css files in nuxt.config.js File css: [ "~node_modules/froala-editor/css/froala_editor.pkgd.css", "~node_modules/froala-editor/css/froala_style.css", ],

but in terminal give me 3 Warnings WARN Compiled with 3 warnings WARN in ./node_modules/froala-editor/css/froala_editor.pkgd.css Module Warning (from ./node_modules/postcss-loader/src/index.js) (1990:3) Replace fill-available to stretch, because spec had been changed

2- WARN in ./node_modules/froala-editor/css/froala_editor.pkgd.css Module Warning (from ./node_modules/postcss-loader/src/index.js): (2047:3) Replace fill-available to stretch, because spec had been changed

3- WARN in ./node_modules/froala-editor/css/froala_editor.pkgd.css Module Warning (from ./node_modules/postcss-loader/src/index.js): (2111:3) Replace fill-available to stretch, because spec had been changed

arwinvdv commented 4 years ago

See also: https://github.com/froala/wysiwyg-editor/issues/3989 Same issue here but the editor works.