mirror of
https://github.com/crawlab-team/crawlab.git
synced 2026-01-23 17:31:11 +01:00
16 lines
150 B
Vue
16 lines
150 B
Vue
<template>
|
|
<div class="">
|
|
NodeDetail
|
|
</div>
|
|
</template>
|
|
|
|
<script>
|
|
export default {
|
|
name: 'NodeDetail'
|
|
}
|
|
</script>
|
|
|
|
<style scoped>
|
|
|
|
</style>
|