Skip to content

Commit

Permalink
fix using old md dependency
Browse files Browse the repository at this point in the history
Signed-off-by: Vinzenz Rosenkranz <[email protected]>
  • Loading branch information
v1r0x committed Oct 16, 2023
1 parent 002f5ea commit 2ee1ea5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion resources/js/components/openaccess/Landing.vue
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
</small>
</h4>
<p class="p-4 bg-primary bg-opacity-10 rounded-4 text-start rendered-markdown" v-if="state.prefLoaded" v-show="state.showDescription">
<vue3-markdown-it :source="state.maintainer.description" />
<md-viewer :source="state.maintainer.description" />
</p>
</div>
</template>
Expand Down
1 change: 0 additions & 1 deletion resources/js/open.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ window.$httpQueue = queue;
import Multiselect from "@vueform/multiselect";
import DatePicker from "vue-datepicker-next";
import draggable from "vuedraggable";
import Markdown from "vue3-markdown-it";

// Components
import App from '@/components/openaccess/App.vue';
Expand Down

0 comments on commit 2ee1ea5

Please sign in to comment.