You've already forked vue-element-admin
refactor: add eslint-plugin-vue && lint code (#976)
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
<template>
|
||||
<article-detail :is-edit='false'></article-detail>
|
||||
<article-detail :is-edit="false"/>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import ArticleDetail from './components/ArticleDetail'
|
||||
|
||||
export default {
|
||||
name: 'createForm',
|
||||
name: 'CreateForm',
|
||||
components: { ArticleDetail }
|
||||
}
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user