<?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: theCodingStoic</title>
    <description>The latest articles on DEV Community by theCodingStoic (@thecodingstoic).</description>
    <link>https://dev.to/thecodingstoic</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%2F237960%2Ffdca6239-efda-4a02-a395-c3205c2e9f01.png</url>
      <title>DEV Community: theCodingStoic</title>
      <link>https://dev.to/thecodingstoic</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/thecodingstoic"/>
    <language>en</language>
    <item>
      <title>TypeError: handler.apply is not a function</title>
      <dc:creator>theCodingStoic</dc:creator>
      <pubDate>Thu, 03 Oct 2019 17:46:13 +0000</pubDate>
      <link>https://dev.to/thecodingstoic/typeerror-handler-apply-is-not-a-function-521o</link>
      <guid>https://dev.to/thecodingstoic/typeerror-handler-apply-is-not-a-function-521o</guid>
      <description>&lt;p&gt;So, I am working my way through the VueJS guide using SFC's (I like to challenge myself). However, I have come across an issue in the List Rendering section. I have passed an array, items, from the vForArray component to the MutableArrayMethods component as a prop. In the MutableArrayMethods data, I have an array with information for buttons. While I am able to render both the items and buttons arrays the way that I want, I am not able to successfully run a method bound to the button. I have made sure that no names are repeated by adding a  new property and matching the method names to that. &lt;/p&gt;

&lt;p&gt;File tree to error: &lt;/p&gt;

&lt;p&gt;components&lt;br&gt;
  -&amp;gt;ListRendering&lt;br&gt;
    -&amp;gt;vFor&lt;br&gt;
      -&amp;gt;vForArray.vue (source of items prop)&lt;br&gt;
      -&amp;gt;MutableArrayMethods.vue (unable to execute methods on button click)&lt;/p&gt;

&lt;p&gt;&lt;a href="https://codesandbox.io/embed/vueguideofficial-9ciyc"&gt;https://codesandbox.io/embed/vueguideofficial-9ciyc&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I appreciate any help. I also appreciate any general feedback on my code.&lt;/p&gt;

</description>
      <category>vue</category>
      <category>errors</category>
      <category>help</category>
    </item>
    <item>
      <title>VueJS Watchers Issue</title>
      <dc:creator>theCodingStoic</dc:creator>
      <pubDate>Fri, 27 Sep 2019 18:01:55 +0000</pubDate>
      <link>https://dev.to/thecodingstoic/vuejs-watchers-issue-4dp3</link>
      <guid>https://dev.to/thecodingstoic/vuejs-watchers-issue-4dp3</guid>
      <description>&lt;p&gt;So, I am working my way through the Vue Official Guide. However, I am using Single File Components instead of the Vue Components that the examples use and have run into a snag on the Watchers section that I have been beating my head against my desk about--fatigue may be a contributing factor here. The issue is that I keep getting an error that says this.debouncedGetAnswer() is not a function. The result is that the watcher never actually finishes. Any help would be greatly appreciated.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://codesandbox.io/embed/vueguideofficial-9ciyc"&gt;https://codesandbox.io/embed/vueguideofficial-9ciyc&lt;/a&gt;&lt;/p&gt;

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