Skip to content
This repository was archived by the owner on Jan 9, 2022. It is now read-only.

Commit 71fbcfd

Browse files
committed
chore: eslint fixes
1 parent ca2f82c commit 71fbcfd

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

packages/dialog/dev/App.vue

+8-8
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
<Playground />
33
</template>
44

5-
<script>
6-
import Playground from './Playground.vue'
5+
<script lang="ts">
6+
import Playground from './Playground.vue'
77
8-
export default {
9-
name: 'App',
10-
components: {
11-
Playground,
12-
},
13-
}
8+
export default {
9+
name: 'App',
10+
components: {
11+
Playground,
12+
},
13+
}
1414
</script>

0 commit comments

Comments
 (0)