SeregPie / VuetifyImageInput

Provides basic image editing tools.
https://seregpie.github.io/VuetifyImageInput/
MIT License
131 stars 36 forks source link

resize slider not rendering in nuxt.js 2.6.1 build/start #5

Closed itsensepk closed 5 years ago

itsensepk commented 5 years ago

Hi, I'm very new to posting issues, so please dont mind the formatting.

when i build and start nuxt app, the resize slider vanishes and numbers come into view. its working all good in dev mode, when i do npm run dev.

my plugin vuetify-image-input.js file: import Vue from "vue"; import VImageInput from "vuetify-image-input";

Vue.component(VImageInput.name, VImageInput);

my vuetify plugin file: import "@mdi/font/css/materialdesignicons.css"; import Vue from "vue"; import Vuetify from "vuetify"; import colors from "vuetify/es5/util/colors"; Vue.use(Vuetify, { iconfont: ..... theme: { ..... } });

in config i call it like: { src: "@/plugins/vuetify-image-input", ssr: false },

what can be the issue? in dev mode(working as expected): 3

in build mode: 1 2

The slider gone! :/

ribrewguy commented 5 years ago

The slider also doesn't work on the demo

SeregPie commented 5 years ago

Hello. Do you use Vuetify as a-la-carte?

saikksub commented 5 years ago

@itsensepk Can you share the component usage?