Skip to content

Commit 2470bd4

Browse files
committed
clean code
1 parent dd58712 commit 2470bd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/serve.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ export default Vue.extend({
122122
<div id="app">
123123
<ExpandingList
124124
:items="items"
125-
:expanded-item="expandedGroup"
125+
:expanded-group="expandedGroup"
126126
@expand="onExpandGroup">
127127
<template #group="{ item }">
128128
<span v-text="item" />

0 commit comments

Comments
 (0)