Implement clear cache functionality with clear button in vue.js

Adding a clear cache button with NetSuite API. When the button is clicked all the cache will be cleared: Template: <template>  <div class=”dropdown float-right” @click.stop=”toggleDropdown”>   <button class=”three-dots”>    ⋮ <!– Unicode character for vertical ellipsis (three dots) –>   </button>   <div v-if=”isDropdownVisible” class=”dropdown-content bg-grey-300″>    <button @click=”clearCache” class=”float-right py-2 text-black”>     Clear… Continue reading Implement clear cache functionality with clear button in vue.js