acdh-oeaw / vicav-vue3

Reimplementation of the VICAV Frontend based on Vue.js 3
https://vicav-vue.acdh-ch-dev.oeaw.ac.at
MIT License
0 stars 0 forks source link

Content component: StaticText #41

Closed ttechnicus closed 1 year ago

ttechnicus commented 1 year ago

Create a vue component that serves as a content holder in the vicav window manager. The component should receive the text id as a prop, and load the contents on creation. Styles should be taken from the old vicav css.

ttechnicus commented 1 year ago

Successfully merged