Mohammad Hossein Rabiee
Mohammad Hossein Rabiee
@marcelodolza Please update the repository and release new version
Probably is a Webpack issue in production mode. (When comments are striped). Fixed via /* ! */ ``` /*! rtl:begin:ignore */ @import '~leaflet/dist/leaflet.css'; /*! rtl:end:ignore */ ``` Tested in Nuxt...
> @mhrabiee > How did you import postcss-rtl at nuxt.config.js? > Please share it. > > dadash kheili giram :)) @hbsoftco ``` npm i postcss-rtl --save-dev ``` nuxt.config.js ``` build:...
Make sure to wrap around single v-for statement.
Use `import VueVirtualTable from 'vue-virtual-table/src/vue-virtual-table.vue'` Instead of `import VueVirtualTable from 'vue-virtual-table'`
> #mhrabiee that's not work too bro Try to wrap component inside ``
@groovemen Why this simple bug is still not resolved?