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.
<script>
import ComponentB from './ComponentB.vue';
export default = {
export default {
components: { ComponentB },
data () {
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