brotherton-erpnext/erpnext/public/js/education/web-academy/components/ContentQuiz.vue

22 lines
183 B
Vue
Raw Normal View History

2018-11-01 11:50:04 +00:00
<template>
<div>
Quiz
</div>
</template>
<script>
export default {
name: 'ContentQuiz',
data() {
return {
};
},
};
</script>
<style lang="css" scoped>
</style>