Mathias E.
Mathias E.
@Mikekkamara yes, original vuesax v3 https://github.com/lusaxweb/vuesax, not vuesax-next (v4)
yes i think we can do like that
The rules don't seems right : ``` module: { rules: [ { enforce: 'post' }, { enforce: 'post', use: [ { loader: '/home/projects/htmlplugin-t3ibcm/node_modules/unplugin/dist/webpack/loaders/load', options: { unpluginName: 'unplugin-vue-i18n' } } ]...
i used https://www.npmjs.com/package/webpack-config-dump-plugin to dump the config, it's the rules added by the unplugin-vue-18n, i did not found where in the source code, i only found the `{ test: /\.(json5?|ya?ml)$/,...
I thinks it's something that can be usefull, i don't really know about the implementation though currently i'm deleting everything at the end of my ci pipeline : ``` rm...
When the view is rendered, the framework is not yet in maintenance mode, i think you will have to use two views. The way it's done, with a file_exists check,...
@ankurk91 i already did search into similar issues and came to the conclusion that there is still an issue currently, vue-flatpickr-component should apply the flatpickr classes on the input the...
After debugging app.js, it seems this translation from cloudinary is causing the issue : ``` 'title_uploading_with_counter' => 'Uploading {{num}} Assets', ``` https://cloudinary.com/documentation/upload_widget#localization it's not escaped by the frontend and it's...
escape column not working as well , see https://github.com/yajra/laravel-datatables/pull/1306 for the fix. when trying removeColumn it's working for me in 7.9.5, will try 7.9.7
Hello, for me it's working on 8.0.3, ex: ``` ->escapeColumns(['date', 'time']) ```