• Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Register
  • Login
Bagisto Forum

Bagisto

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

Installing Vuetify for custom components

General Discussion
2
2
408
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 9 Aug 2023, 14:46

    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 11 Aug 2023, 13:03 11 Aug 2023, 13:03

      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
      1 out of 2
      • First post
        1/2
        Last post