Welcome to Jonic Developer Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

Recent questions tagged vue.js

0 votes
683 views
1 answer
    in the latest version of Nuxt (2.14) they introduced an optimization for building the app when no code is changed (for drastically improve build times). ... switch target to what I have to pay attention? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
758 views
1 answer
    I'm using the vue-cli scaffold for webpack My Vue component structure/heirarchy currently looks like the following: App PDF Template Background Dynamic ... it Vuex alternative solution for smaller apps See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
762 views
1 answer
    Thanks for reading my question. I have read about it: vuejs update parent data from child component https://forum.vuejs.org/t/passing-data-back-to-parent/1201/2 The ... a> </li> </div> </div> </script> See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
539 views
1 answer
    I'm trying to do something like this: <div v-for="r in rentals"> <a bind-href="'/job/'r.id"> {{ r.job_title }} </a> </div> I can't ... to the end of the href attribute so that I can make an API call. Any suggestions? Question&Answers:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
805 views
1 answer
    I have a simple input box in a Vue template and I would like to use debounce more or less like this: <input type="text" v-model="filterKey" debounce=" ... ; }, 500) } The filterkey is then used later in computed props. Question&Answers:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.0k views
1 answer
    I think this should be simple, but I am facing some trouble on how to import and use an image in Vue single file component. Can someone help me how to do ... to work. I was not able to find any example too. Any help? Question&Answers:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
701 views
1 answer
    Here's my data: data: function(){ return { contas: [{id: 3, nome: "Conta de telefone", pago: false, valor: 55.99, vencimento: "22/08/2016"}] // ... pago: false valor: 55.99 vencimento: "22/08/2016" Here's my full code. Question&Answers:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
563 views
1 answer
    I'm looking for the right url to reference static assets, like images within Vue javascript. For example, I'm creating a leaflet marker using a custom icon ... luck. Do I have to tell vue to load those images somehow? Question&Answers:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
748 views
1 answer
    I just enable Vue router history mode. And it work fine when I visit to vue routing via v-href or href. But, when I try to refresh that page or go ... true, mode: 'html5', linkActiveClass: "active", root: '/user' }); Question&Answers:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
591 views
1 answer
    I recently started migrating things from jQ to a more structured framework being VueJS, and I love it! Conceptually, Vuex has been a bit of a ... change things, and are the pure structures within a store/module. Question&Answers:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
600 views
1 answer
    v-gallery Plugin I am trying to use this vue plugin in vuepress site As the documentation (for plugin) is written in vuepress and contains the plugin ( ... ://stackoverflow.com/questions/65829017/use-a-vue-plugin-in-vuepress-by-a-wrapper...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
598 views
1 answer
    I have a Vue project that has Card components to display on my Dashboard. I have 4 different cards and I send their data with props from a different ... :https://stackoverflow.com/questions/65829294/vue-how-to-put-icon-if-src-is-emtpy...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
893 views
1 answer
    I'm having trouble with connecting QuickSight dashboard to our Vue app (development), because it only accepts https urls. How do I make the Vue ... .com/questions/65829432/aws-quicksight-vue-app-embed-add-domain-with-http-localhost...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
787 views
1 answer
    I have a Vuetify data table which takes the headers as an array of objects returned in the component and the data (:items) is bound to an array ... //stackoverflow.com/questions/65829557/array-of-objects-data-wont-bind-to-vuetify-data-table...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
700 views
1 answer
    Hello I am wondering how after calling. public String performTokenRefresh() { final AuthState state = AuthUtils.readAuthState(context, key); final ... questions/65830178/openid-app-auth-android-send-refreshed-access-token-to-vuejs...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
732 views
1 answer
    I'm trying to create dynamic calculator using Vuetify. Here's my code <v-row class="mt-8 align-self-center"> <v-col cols="2"> < ... write? Thanks! question from:https://stackoverflow.com/questions/65830286/dynamic-calculation-using-vuetify...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
693 views
1 answer
    This is my App.vue <template> <div> <app-navbar></app-navbar> <router-view /> // contains the differents pages of the app <app-sign-up- ... //stackoverflow.com/questions/65830957/how-to-pass-a-component-to-all-components-inside-router-views...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.1k views
1 answer
    I have created OrderGuide.vue file but it cannot redirect to it's proper link /order-guide that I added to routes.js. It redirects to ... question from:https://stackoverflow.com/questions/65831096/redirecting-to-laravel-route-vuejs...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
948 views
1 answer
    Im trying to upload an image with vue-filepond in nuxt i setup filepond like this in my contact-form.vue : <file-pond name="file" ref="pond ... :https://stackoverflow.com/questions/65831102/where-is-the-images-uploaded-with-filepond-in-nuxt...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
707 views
1 answer
    I have a vue app with two router-views for the layout and content in the App.vue file: <router-view name="layout"> <div> <router- ... stackoverflow.com/questions/65831951/no-content-with-vue-router-nested-routes-and-multiple-router-views...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
720 views
1 answer
    I installed a fresh Laravel 8 and Vue js. upon installing the npm and vue it installs well. Now my problem is when i run the npm run watch ... ://stackoverflow.com/questions/65832965/laravel-8-and-vue-js-page-vue-template-not-displaying...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.1k views
1 answer
    I have read all the other posts I can find on this topic on Stack overflow (of which there are many). But from what I can gather, they all offer the ... 65833010/window-is-not-defined-error-in-nuxt-js-when-importing-a-non-vue-package-such-a...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
798 views
1 answer
    I have a form with more than one button: <form action="#" @submit.prevent="submit"> <div class="col-md-8 offset-md-4"> <button class ... ://stackoverflow.com/questions/65833126/call-different-methods-for-form-with-multiple-buttons-using-vue...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
652 views
1 answer
    I have an Electron app that uses Vue for its UI. The app downloads compressed data files from a server. The files contain compressed HTML. The app ... /stackoverflow.com/questions/65833336/how-to-access-local-images-in-electron-app-with-vue...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.4k views
1 answer
    I'm trying to get the url of the backend, but I get an error while importing and it's not clear how to fix it. warning in ./src/store/ ... :https://stackoverflow.com/questions/65833505/export-default-imported-as-vue-was-not-found-in-vue...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
874 views
1 answer
    I'm trying to use an NPM package in a Vue CLI project (Vue CLI 4 / Webpack 4) but Webpack is failing to import the module in a way I' ... question from:https://stackoverflow.com/questions/65834666/vue-cli-project-fails-to-import-cjs-module...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
401 views
1 answer
    Closed. This question is opinion-based. It is not currently accepting answers. question from:https://stackoverflow.com/questions/65836123/is-vuex-really-necessary-in-vue-2...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
733 views
1 answer
    is there a way to pass a single-spa prop to a vue i18n instance, assigning it to the messages i18n prop. I18n constructor: const i18n = ... from:https://stackoverflow.com/questions/65836666/pass-single-spa-prop-to-i18n-instantiation...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
To see more, click for the full list of questions or popular tags.
Ask a question:
Welcome to Jonic Developer Community for programmer and developer-Open, Learning and Share

548k questions

547k answers

4 comments

55.4k users

...