Closed itsensepk closed 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):
in build mode:
The slider gone! :/
The slider also doesn't work on the demo
Hello. Do you use Vuetify as a-la-carte?
@itsensepk Can you share the component usage?
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):
in build mode:
The slider gone! :/