You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: