8 lines
202 B
JavaScript
8 lines
202 B
JavaScript
|
|
import RefreshCacheButton from "./components/RefreshCacheButton.vue";
|
||
|
|
|
||
|
|
window.panel.plugin("adrienpayet/refresh-cache-button", {
|
||
|
|
components: {
|
||
|
|
"refresh-cache-button": RefreshCacheButton,
|
||
|
|
},
|
||
|
|
});
|