Replies: 1 comment
-
@elezhnev This is not a pinia-orm issue. But you can find a clue and answer there -> https://stackoverflow.com/questions/42908525/vue-warn-property-or-method-is-not-defined-on-the-instance-but-referenced-dur I am not an total expert with |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Please help me figure it out. I tried different options. What's wrong with my script?
The problem is the following. There is a list of friends. It is displayed twice in the UI. There is an editable Username field and a button for adding an entry ("add friend") to the repository. When editing the Username field and clicking the "addfriend" button, the data in the repository changes accordingly. But, there is no change of values in the UI lists. I ask for help.
Below is the code.
File start.html
File comp01.js
Beta Was this translation helpful? Give feedback.
All reactions