I have been utilizing the project found at
This particular project allows end-users to reuse Vue components as editable sections by providing a styler overlay for adjusting content within a div or section. After installation, I added a slider which now appears on the page.
- The binding is successfully functioning - Click here to see more
- By examining the source, I can determine where the data is being sourced from - View it here
- For example, I can observe how the
@click
event loads the proper style - Check it out here - Although my current attempt is unsuccessful, I wanted to showcase the code that I have been working with - Take a look here