Aliaksandr
Aliaksandr
I've made a temp solution: ```ruby present :aggregations, {}, with: GrapeSerializer ``` ```ruby # frozen_string_literal: true class GrapeSerializer def self.represent(object, *) object.as_json end end ```
Hello. I've just start using CC.rb, but the UI is poor for me. Are there any themes? I can start making a new one, what shall I keep up to...
Ok, I assign this task on me
Also a new clean and stylish CC logotype is required
@willjosefi ```js import SweetModal from 'sweet-modal-vue/dist/sweet-modal'; ``` Seems does not work for me (returns an empty object). How did you achieve this ?
I have made UMD compatible build: ```bash yarn add @shlima/sweet-modal-vue ``` ```js import { SweetModal } from '@shlima/sweet-modal-vue/dist/sweet-modal.umd' ```
You should wrap you code with nuxt’s client-only component