Surya

Results 5 comments of Surya

@khoanguyen96 can you please check this PR, please?

> Hello cmp-cc > > Please implement vue-cookies support with nuxt module > https://nuxtjs.org/guide/modules/ > > Thank you so much. you can use https://www.npmjs.com/package/cookie-universal-nuxt for nuxt.

> Seems to be an eslint error. > > What about this workaround: > > ``` > import * as Vue3EasyDataTable from 'vue3-easy-data-table'; > ``` ![Screen Shot 2023-06-13 at 1...

> Seems to be an eslint error. > > What about this workaround: > > ``` > import * as Vue3EasyDataTable from 'vue3-easy-data-table'; > ``` confirm, this solution is not...

I found how to solve this, by adding "allowSyntheticDefaultImports": true to your tsconfig.json ```json "allowSyntheticDefaultImports": true, ``` https://www.typescriptlang.org/tsconfig#allowSyntheticDefaultImports