Questions tagged [vuejs]
The vuejs tag has no summary.
5 questions
1
vote
1
answer
2k
views
How to deploy and run Vue3 application on SharePoint Online
I would like to create a Vue3 app which should run on SharePoint Online (Classic mode).
If here is someone who already did such a solution, please, could you describe me what everything I have to do ...
0
votes
1
answer
518
views
Saving ToDo List elements in a list using JavaScript
I used Vue.js to create a To-Do component which looks like this:
The problem is that it saves the items in localStorage.
What I want to achieve is to save the items in a SharePoint list called ...
0
votes
3
answers
3k
views
Field or property field does not exist error
I get the following error when I run the code below.
'Field or property "Title" does not exist. undefined'
Anyone know why that is? The Title field does exist.
I'm also using Vue.js
<head>
...
0
votes
2
answers
1k
views
JS script only throws error when used in SharePoint in Internet Explorer 11
I'm experiencing this strange issue.
I have a basic valid javascript app (Vue.js + Vuetify framework) which works fine in any browser (without SharePoint, so run from any hosted environment). Next I ...
3
votes
3
answers
2k
views
Sharepoint 2013 on premise Vuejs [closed]
Can Vuejs be used on sharepoint 2013 on premise or only with the SPFx?
If so, would appreciate some guidance.
Thanks