set visible vue

First, import Vue from 'vue'. Then, create a new Vue instance. Next, use the 'data' property to define a 'visible' property. After that, use the Vue.set method to set the 'visible' property to true. This will ensure reactivity in Vue when adding new properties to an object.