Vue3.3新特新和Vue3-Pinia

文章目录

    • 1.Vue3.3新特性 - defineOptions
    • Vue3.3新特性 - defineModel
    • 3.Pinia快速入门
    • 4.手动添加Pinia到Vue项目
    • 5.Vue3 - Pinia的基本语法
    • 6.action的异步实现
    • 7.Vue3-Pinia-storeToRefs方法
    • 8.Pinia持久化插件
      • 安装
      • 用法

1.Vue3.3新特性 - defineOptions

背景说明

my-input.vue




新写法