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