<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Pugsworth</title>
    <description>The latest articles on DEV Community by Pugsworth (@pugsworth).</description>
    <link>https://dev.to/pugsworth</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F1117016%2F022ee8f4-a49b-4b59-97b0-0006da2f160c.png</url>
      <title>DEV Community: Pugsworth</title>
      <link>https://dev.to/pugsworth</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/pugsworth"/>
    <language>en</language>
    <item>
      <title>Using object properties in v-model?</title>
      <dc:creator>Pugsworth</dc:creator>
      <pubDate>Mon, 10 Jul 2023 16:30:53 +0000</pubDate>
      <link>https://dev.to/pugsworth/using-object-properties-in-v-model-3pnf</link>
      <guid>https://dev.to/pugsworth/using-object-properties-in-v-model-3pnf</guid>
      <description>&lt;p&gt;I'm trying to learn about Vue and see if it's a worthwhile system to use.&lt;br&gt;
I'm exclusively ignoring the Options API and using the Component API.&lt;/p&gt;

&lt;p&gt;When I try to use v-model="object.property", I get warnings in the console about "invalid prop" and the text value on the html is "[object Object]". This makes no sense to me as I'm still just using a ref().&lt;/p&gt;

&lt;p&gt;What is happening?&lt;/p&gt;

&lt;p&gt;If I change it to "object.property.value", it appears to work just fine. Is this really how we're supposed to use this?&lt;/p&gt;

</description>
      <category>beginners</category>
      <category>vue</category>
      <category>help</category>
    </item>
  </channel>
</rss>
