diff --git a/ej2-vue/code-snippet/maps/getting-started-cs68/systemjs.config.js b/ej2-vue/code-snippet/maps/getting-started-cs68/systemjs.config.js index fd6123f07..71d13be00 100644 --- a/ej2-vue/code-snippet/maps/getting-started-cs68/systemjs.config.js +++ b/ej2-vue/code-snippet/maps/getting-started-cs68/systemjs.config.js @@ -10,7 +10,7 @@ System.config({ } }, paths: { - "syncfusion:": "https://cdn.syncfusion.com/ej2/20.3.56/" + "syncfusion:": "https://cdn.syncfusion.com/ej2/23.1.36/" }, map: { typescript: "https://unpkg.com/typescript@2.2.2/lib/typescript.js", @@ -35,4 +35,4 @@ vue: "https://unpkg.com/vue@2.6.14/dist/vue.min.js", } }); -System.import('index.js'); \ No newline at end of file +System.import('index.js');