vue version: how integrate wue.draggable or any other extension? April 20, 2020, 07:47:03 AM What is the procedure to include the vue extensions that I have to use? thanks a lot Quote Selected
Re: vue version: how integrate wue.draggable or any other extension? Reply #1 – April 20, 2020, 02:28:38 PM @andynet62 copy your plugin to this folder assets\plugin\, if it doesn't exist, create it. Then include the necessary files in the app\views\layouts\main_layout.php before the </head> tag then you can use it where you want to. Quote Selected
Re: vue version: how integrate wue.draggable or any other extension? Reply #2 – April 22, 2020, 07:13:43 AM OK. I apologize because I am a beginner with the use of Vue (and phprad ...).I get this error report when I try to import the "draggable" component:"Uncaught SyntaxError: Cannot use import statement outside a module"and then subsequently on the page modified with the use of <draggable tag = "tbody">:"Uncaught ReferenceError: draggable is not defined" Quote Selected
Re: vue version: how integrate wue.draggable or any other extension? Reply #3 – April 22, 2020, 05:58:16 PM @andynet62 can you please provide a sample of your project file and the plugin you are trying to integrate? Quote Selected