Skip to content

Commit 2124596

Browse files
rigor789yyx990803
authored andcommitted
docs: fix export syntax, closes #1311 (#1312)
1 parent 42497b3 commit 2124596

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: docs/guide/custom-blocks.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ This is the documentation for component B.
8484
<script>
8585
import ComponentB from './ComponentB.vue';
8686
87-
export default = {
87+
export default {
8888
components: { ComponentB },
8989
data () {
9090
return {

0 commit comments

Comments
 (0)