From a93d2207d4a3b7bf78a9eb27e65dc433b4d778ab Mon Sep 17 00:00:00 2001 From: Johann Schopplich Date: Sun, 4 Feb 2024 19:13:29 +0100 Subject: [PATCH] docs: add mixin import example --- docs/cookbook/import-panel-core.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/cookbook/import-panel-core.md b/docs/cookbook/import-panel-core.md index 4c6ac33..be86630 100644 --- a/docs/cookbook/import-panel-core.md +++ b/docs/cookbook/import-panel-core.md @@ -31,7 +31,7 @@ export default defineConfig({ }) ``` -Any part of your Panel plugin can now import from the Kirby Panel source. For example, let's import some props for a new Kirby field component: +Any part of your Panel plugin can now import from the Kirby Panel source. For example, let's import some props from the Kirby base field component. The Panel itself uses imports like `@/components/Forms/Field.vue` all the time. And you can do the same in your Vue component's `