Skip to content

Tag: vuejs2

Vuejs Multiple Style bindings?

i have a couple of different styling that needs to apply to a text. I am trying to bind the styles using array syntax as shown in the documentation: https://v2.vuejs.org/v2/guide/class-and-style.html but not sure what i’m doing wrong. I have created a pen for demonstration: https://codepen.io/anon/pen/o…

Vuetify adds scrollbar when it’s not needed

I created a new project with vue-cli, then added vuetify with vue add vuetify. Opened the site and saw a blank page with a useless scrollbar I tried mounting app without actually App component, but the problem still exists. It vanishes only when I remove import ‘./plugins/vuetify’ main.js Answer J…

Embed Vue component within Shopify store

Within a product page, I am trying to display a custom Vue component. For brevity, the component displays some information from a Firebase database based on the given product id. I originally tried to make this a Shopify app so I could access their APIs. I implemented OAuth and can retrieve the required infor…