This commit is contained in:
Michael Shilman 2022-09-17 10:56:11 +08:00
parent 150cf37d3c
commit e5de18d4c4

View File

@ -6,4 +6,4 @@ import Form from './Form.vue';
import Html from './Html.vue';
globalThis.Components = { Button, Pre, Form, Html };
globalThis.storybookRenderer = 'vue';
globalThis.storybookRenderer = 'vue3';