CONVENTIONS.md 154 B

编程规范:

  • 编写任何 vue 文件必须使用语法糖形式:

    <script setup lang="ts">
    import { reactive, ref } from 'vue';
    </script>