UNPKG

paraview-glance

Version:

Web application for Visualizing Scientific and Medical datasets

16 lines (13 loc) 319 B
import SvgIcon from 'paraview-glance/src/components/widgets/SvgIcon'; // ---------------------------------------------------------------------------- export default { name: 'AboutBox', components: { SvgIcon, }, data() { return { version: window.GLANCE_VERSION || 'not available', }; }, };