Objects and v-model in Vue3

This page summarizes the projects mentioned and recommended in the original post on dev.to

Civic Auth - Web2 & Web3 login in a simple SDK
Drop Civic Auth into your app with native TS/JS support. Email login, SSO options, embedded wallets, and full session management. Minimal config. Deploy in under 5 minutes.
www.civic.com
featured
SurveyJS - JavaScript Form Builder with No-Code UI & Built-In JSON Schema Editor
Add the SurveyJS white-label form builder to your JavaScript app (React/Angular/Vue3). Build dynamic JSON forms without coding. Fully customizable, works with any backend, perfect for data-heavy apps. Learn more.
surveyjs.io
featured
  1. vue-class-component

    ES / TypeScript decorator for class-style Vue components.

    When I was using Vue2 along with vue-class-component and vue-property-decorator it was easy to synchronize v-models between components simply using @ModelSync(). When Vue 3 came out with its Composition API another way was needed to achieve the same result as if Class Component was used.

  2. Civic Auth

    Web2 & Web3 login in a simple SDK. Drop Civic Auth into your app with native TS/JS support. Email login, SSO options, embedded wallets, and full session management. Minimal config. Deploy in under 5 minutes.

    Civic Auth logo
  3. vue-property-decorator

    Discontinued Vue.js and Property Decorator

    When I was using Vue2 along with vue-class-component and vue-property-decorator it was easy to synchronize v-models between components simply using @ModelSync(). When Vue 3 came out with its Composition API another way was needed to achieve the same result as if Class Component was used.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Vue + TS without class component ? No way!

    3 projects | dev.to | 15 Sep 2022
  • Why I Love Vue 3's Composition API

    1 project | /r/vuejs | 2 Nov 2021
  • Wait for Vue 3 to add Typescript?

    4 projects | /r/vuejs | 19 Aug 2021
  • You should be using Vue Class Component

    1 project | dev.to | 16 Feb 2021
  • Aprendizados de 1 ano de projeto em vue.js com escopo ultra caótico

    2 projects | dev.to | 26 Jan 2021

Did you know that TypeScript is
the 1st most popular programming language
based on number of references?