join_admin/src/views/error-log/components/ErrorTestB.vue

12 lines
128 B
Vue
Raw Permalink Normal View History

2019-12-03 18:03:25 +00:00
<template>
<div />
</template>
<script>
export default {
created() {
this.b = b // eslint-disable-line
}
}
</script>