Skip to content

Commit d0ad952

Browse files
committed
updated comments and removed unused css
1 parent b05c167 commit d0ad952

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

vite-src/src/App.vue

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
<!--old options way from old template-->
12
<template>
23
<div id="app">
34
<!-- sOutputWin32ToPosix />-->
@@ -171,13 +172,13 @@ export default {
171172
}
172173
</script>
173174
<!--dark-theme css -->
174-
<style>
175+
<style scoped>
175176
.area {
176177
min-height: 100px;
177178
min-width: 500px;
178179
}
179180
180-
181+
/*
181182
:root {
182183
--bg-color: #333;
183184
--text-color: white;
@@ -209,4 +210,5 @@ button {
209210
border: none;
210211
cursor: pointer;
211212
}
213+
*/
212214
</style>

0 commit comments

Comments
 (0)