This commit is contained in:
2021-12-07 15:59:37 +01:00
parent 6faa389feb
commit fe341cb2a7
@@ -11,5 +11,8 @@ export default {
{
app.vue.component('ui-countrypicker', defineAsyncComponent(Picker));
app.route({ path: '/countries', component: Page });
app.editor('country', null);
app.editorField('')
}
} as ZeroPlugin;