集成Prettier和Stylelint
This commit is contained in:
@@ -8,8 +8,8 @@
|
||||
</template>
|
||||
|
||||
<script setup lang="ts">
|
||||
import { ref } from 'vue'
|
||||
const title = ref('Hello')
|
||||
import { ref } from "vue";
|
||||
const title = ref("Hello");
|
||||
</script>
|
||||
|
||||
<style>
|
||||
@@ -21,12 +21,12 @@ const title = ref('Hello')
|
||||
}
|
||||
|
||||
.logo {
|
||||
height: 200rpx;
|
||||
width: 200rpx;
|
||||
height: 200rpx;
|
||||
margin-top: 200rpx;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
margin-bottom: 50rpx;
|
||||
margin-left: auto;
|
||||
}
|
||||
|
||||
.text-area {
|
||||
|
||||
Reference in New Issue
Block a user