mirror of
https://github.com/PanJiaChen/vue-element-admin.git
synced 2025-09-06 09:34:27 +08:00
style-guide: https://panjiachen.github.io/vue-element-admin-site/guide/advanced/style-guide.html#style-guide
12 lines
128 B
Vue
12 lines
128 B
Vue
<template>
|
|
<div />
|
|
</template>
|
|
|
|
<script>
|
|
export default {
|
|
created() {
|
|
this.b = b // eslint-disable-line
|
|
}
|
|
}
|
|
</script>
|