UNPKG

py-web-vue

Version:

Generic client application to work with a PyWebVue server

10 lines (9 loc) 126 B
export default { name: 'Loading', props: { message: { type: String, default: 'Loading...', }, }, };