12 lines
132 B
Vue
12 lines
132 B
Vue
<template>
|
|
<div></div>
|
|
</template>
|
|
|
|
<script>
|
|
export default {
|
|
created() {
|
|
this.b = b // eslint-disable-line
|
|
}
|
|
}
|
|
</script>
|