7 lines
202 B
JavaScript
Executable file
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,
|
|
},
|
|
});
|