Bagisto Forum

    Bagisto

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups

    Installing Vuetify for custom components

    General Discussion
    2
    2
    406
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • S
      sasuspro last edited by

      Hi, is there a guide on how to install Vuetify with Bagisto?
      I've creates some blade with vue component but I can't install Vuetify because it throws error like : [Vuetify] Multiple instances of Vue detected inside the console.

      Thanks

      1 Reply Last reply Reply Quote 0
      • A
        Amitk-Webkul last edited by Amitk-Webkul

        Hello there,

        Vuetify is also a framework so It can not be installed directly. you can customize this.

        meanwhile, you can use Vue components.

        With the Below code, you can create Vue components.

        Vue.component('option-wrapper', {
        
        template: '#options-template',
        
        data: function() {
        return {
         
        }
        },
        created: function () {
         
        },
        })
        
        1 Reply Last reply Reply Quote 0
        • First post
          Last post