Skip to content

Commit 33358da

Browse files
committed
eslint修复
1 parent b00672c commit 33358da

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

src/pages/item3/option2.vue

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@
77
</template>
88

99
<script>
10-
import Layout from 'components/layout';
10+
import Layout from 'components/layout';
1111
12-
export default {
13-
components: {
14-
Layout
15-
},
16-
data() {
17-
return {};
18-
}
19-
};
12+
export default {
13+
components: {
14+
Layout
15+
},
16+
data() {
17+
return {};
18+
}
19+
};
2020
</script>

0 commit comments

Comments
 (0)