From fe341cb2a7fb71ec3dbe1d0a354bc0dd8e9dd2b6 Mon Sep 17 00:00:00 2001 From: Tobias Klika Date: Tue, 7 Dec 2021 15:59:37 +0100 Subject: [PATCH] genau --- zero.Backoffice.UI/app/modules/countries/plugin.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/zero.Backoffice.UI/app/modules/countries/plugin.ts b/zero.Backoffice.UI/app/modules/countries/plugin.ts index b5a909aa..d31df350 100644 --- a/zero.Backoffice.UI/app/modules/countries/plugin.ts +++ b/zero.Backoffice.UI/app/modules/countries/plugin.ts @@ -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; \ No newline at end of file