Skip to content

Commit

Permalink
Work for #7181 - Advanced header mobile view - fixed Vue3 build
Browse files Browse the repository at this point in the history
  • Loading branch information
tsv2013 committed Oct 18, 2023
1 parent 9adc9d9 commit b69d2a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/survey-vue3-ui/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import Page from "./Page.vue";
import Header from "./Header.vue";
import HeaderBasic from "./Header.vue";
import Row from "./Row.vue";
import Element from "./Element.vue";
import Panel from "./Panel.vue";
Expand Down Expand Up @@ -128,7 +128,7 @@ function registerComponents(app: App) {
app.component("survey", SurveyVue);
app.component("popup-survey", PopupSurvey);

app.component("survey-header", Header);
app.component("survey-header", HeaderBasic);
app.component("survey-page", Page);
app.component("survey-row", Row);
app.component("survey-element", Element);
Expand Down

0 comments on commit b69d2a8

Please sign in to comment.