My webpage is filled with knockout code, but I'm hoping to integrate a Vue.js component for a specific section.
I attempted using controlsDescendantBindings on a surrounding tag for the Vue component, and it seems to be partially functional (I tried
<p data-bind=" text: name"></p>
but nothing displays) however, Vue isn't responding as expected.
The issue may be due to it being contained within a knockout with
context.
I'm still getting acquainted with Vue and transitioning slowly from knockout. Any advice or insights would be greatly appreciated.
(Just to note, I am utilizing Vue through the CDN.)