Skip to content

Commit

Permalink
Fix missing component
Browse files Browse the repository at this point in the history
  • Loading branch information
dk981234 committed Sep 11, 2024
1 parent 14a1662 commit 20fd29e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/survey-creator-vue/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ import Placeholder from "./tab-control/Placeholder.vue";
import PlaceholderHeader from "./tab-control/PlaceholderHeader.vue";
import PropertyGridHeader from "./tab-control/PropertyGridHeader.vue";

import QuestionError from "./components/QuestionError.vue";
import ActionButton from "./components/ActionButton.vue";
import Switcher from "./components/Switcher.vue";
import Simulator from "./tabs/preview/Simulator.vue";
Expand Down Expand Up @@ -118,6 +119,7 @@ function registerComponents(
registerComponent("svc-switcher", Switcher);

registerComponent("svc-action-button", ActionButton);
registerComponent("svc-question-error", QuestionError);

registerComponent("survey-embeddedsurvey", EmbeddedSurvey);
registerComponent("sv-logic-operator", LogicOperator);
Expand Down

0 comments on commit 20fd29e

Please sign in to comment.