designtopack/public/site/plugins/refresh-cache-button/src/index.js

7 lines
202 B
JavaScript
Executable file

import RefreshCacheButton from "./components/RefreshCacheButton.vue";
window.panel.plugin("adrienpayet/refresh-cache-button", {
components: {
"refresh-cache-button": RefreshCacheButton,
},
});