CONVENTIONS.md 144 B

编程规范:

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

    <script setup>
    import { reactive, ref } from 'vue';
    </script>