Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Vue2/src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export default Vue.extend({
},
data: function() {
return {
hostUrl : 'https://ej2services.syncfusion.com/production/web-services/',
hostUrl : 'https://services.syncfusion.com/vue/production/',
documentName : 'Getting Started',
documentTitle: 'Untitled Document',
iconStyle: 'float:right;background: transparent;box-shadow:none;border-color: transparent;border-radius: 2px;color:inherit;font-size:12px;text-transform:capitalize;margin-top:4px;height:28px;font-weight:400;font-family:inherit;',
Expand Down
2 changes: 1 addition & 1 deletion Vue2/src/title-bar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export default Vue.extend({
},
data: function () {
return {
hostUrl: 'https://ej2services.syncfusion.com/production/web-services/',
hostUrl: 'https://services.syncfusion.com/vue/production/',
documentName: 'Getting Started',
documentTitle: 'Untitled Document',
iconStyle: 'float:right;background: transparent;box-shadow:none;border-color: transparent;border-radius: 2px;color:inherit;font-size:12px;text-transform:capitalize;margin-top:4px;height:28px;font-weight:400;font-family:inherit;',
Expand Down
4 changes: 2 additions & 2 deletions Vue3/src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ import '../node_modules/@syncfusion/ej2-dropdowns/styles/material.css';
import '../node_modules/@syncfusion/ej2-vue-documenteditor/styles/material.css';
import '../node_modules/@syncfusion/ej2-vue-buttons/styles/material.css';
import '../node_modules/@syncfusion/ej2-vue-splitbuttons/styles/material.css';

//Component registeration
export default {
name: 'App',
Expand All @@ -47,7 +47,7 @@ export default {
data() {
return {
serviceUrl:
'https://ej2services.syncfusion.com/production/web-services/api/documenteditor/',
'https://services.syncfusion.com/vue/production/api/documenteditor/',
documentName: 'Getting Started',
documentTitle: 'Untitled Document',
iconStyle:
Expand Down