8 lines
201 B
JavaScript
8 lines
201 B
JavaScript
|
|
import ShopifyRefreshButton from "./components/ShopifyRefreshButton.vue";
|
||
|
|
|
||
|
|
window.panel.plugin("index/shopify-refresh-button", {
|
||
|
|
fields: {
|
||
|
|
"shopify-refresh": ShopifyRefreshButton
|
||
|
|
}
|
||
|
|
});
|