美文网首页
Vue3.3新特性-defineOptions(Vue3学习12

Vue3.3新特性-defineOptions(Vue3学习12

作者: 扶得一人醉如苏沐晨 | 来源:发表于2023-11-23 10:47 被阅读0次

    一、背景说明

    image.png image.png

    name属性就是Options API的选项

    <script setup>
    import { defineOptions } from "vue";
    defineOptions({
      name: "组件名",
    });
    </script>
    

    相关文章

      网友评论

          本文标题:Vue3.3新特性-defineOptions(Vue3学习12

          本文链接:https://www.haomeiwen.com/subject/crmjwdtx.html