johnsen 6 месяцев назад
Родитель
Сommit
dfe6357d05
2 измененных файлов с 10 добавлено и 1 удалено
  1. 1 1
      .editorconfig
  2. 9 0
      src/views/platform/auth/board/index.vue

+ 1 - 1
.editorconfig

@@ -1,6 +1,6 @@
 [*.{js,jsx,ts,tsx,vue}]
 charset = utf-8
 indent_style = space
-indent_size = 4
+indent_size = 2
 trim_trailing_whitespace = true
 insert_final_newline = true

+ 9 - 0
src/views/platform/auth/board/index.vue

@@ -0,0 +1,9 @@
+<template>
+    <div> 111111111</div>
+</template>
+
+<script>
+export default {}
+</script>
+
+<style lang="scss" scoped></style>