Commit 21245962 authored by Igor Randjelovic's avatar Igor Randjelovic Committed by Evan You

docs: fix export syntax, closes #1311 (#1312)

parent 42497b3f
...@@ -84,7 +84,7 @@ This is the documentation for component B. ...@@ -84,7 +84,7 @@ This is the documentation for component B.
<script> <script>
import ComponentB from './ComponentB.vue'; import ComponentB from './ComponentB.vue';
export default = { export default {
components: { ComponentB }, components: { ComponentB },
data () { data () {
return { return {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment