1
0
mirror of https://github.com/PanJiaChen/vue-element-admin.git synced 2025-09-11 21:59:53 +08:00
2017-12-12 18:14:31 +08:00

12 lines
132 B
Vue

<template>
<div></div>
</template>
<script>
export default {
created() {
this.b = b // eslint-disable-line
}
}
</script>