From 9a46d6152e0e813eb6aae675fed058f3bb43abf5 Mon Sep 17 00:00:00 2001 From: SaravanaPriya31 Date: Mon, 1 Apr 2024 17:01:59 +0530 Subject: [PATCH 1/4] 871574: commit --- .../Interaction with annotations/src/App.vue | 20 +++--- Getting Started - Standalone/babel.config.js | 5 ++ Getting Started - Standalone/jsconfig.json | 19 +++++ Getting Started - Standalone/package.json | 2 +- .../public/favicon.ico | Bin 0 -> 4286 bytes .../public/index.html | 18 +++++ Getting Started - Standalone/src/App.vue | 67 +++++++++--------- .../src/components/HelloWorld.vue | 58 +++++++++++++++ Getting Started - Standalone/vue.config.js | 4 ++ Getting Started - server-back/babel.config.js | 5 ++ Getting Started - server-back/jsconfig.json | 19 +++++ Getting Started - server-back/package.json | 2 +- .../public/favicon.ico | Bin 0 -> 4286 bytes .../public/index.html | 18 +++++ Getting Started - server-back/src/App.vue | 67 +++++++++--------- .../src/components/HelloWorld.vue | 58 +++++++++++++++ Getting Started - server-back/vue.config.js | 4 ++ 17 files changed, 284 insertions(+), 82 deletions(-) create mode 100644 Getting Started - Standalone/babel.config.js create mode 100644 Getting Started - Standalone/jsconfig.json create mode 100644 Getting Started - Standalone/public/favicon.ico create mode 100644 Getting Started - Standalone/public/index.html create mode 100644 Getting Started - Standalone/src/components/HelloWorld.vue create mode 100644 Getting Started - Standalone/vue.config.js create mode 100644 Getting Started - server-back/babel.config.js create mode 100644 Getting Started - server-back/jsconfig.json create mode 100644 Getting Started - server-back/public/favicon.ico create mode 100644 Getting Started - server-back/public/index.html create mode 100644 Getting Started - server-back/src/components/HelloWorld.vue create mode 100644 Getting Started - server-back/vue.config.js diff --git a/Annotations/Interaction with annotations/src/App.vue b/Annotations/Interaction with annotations/src/App.vue index d95c924..d330b45 100644 --- a/Annotations/Interaction with annotations/src/App.vue +++ b/Annotations/Interaction with annotations/src/App.vue @@ -1,3 +1,4 @@ + {/*Template to render PDF viewer*/} + + + + + diff --git a/Annotations/Interaction with annotations/vue.config.js b/Annotations/Interaction with annotations/vue.config.js new file mode 100644 index 0000000..910e297 --- /dev/null +++ b/Annotations/Interaction with annotations/vue.config.js @@ -0,0 +1,4 @@ +const { defineConfig } = require('@vue/cli-service') +module.exports = defineConfig({ + transpileDependencies: true +}) From 5482e1a5cec537bab51c7dfa28d825eabb48e7d0 Mon Sep 17 00:00:00 2001 From: SaravanaPriya31 Date: Mon, 1 Apr 2024 17:07:08 +0530 Subject: [PATCH 3/4] 871574: commit --- How to/Customize context menu/src/App.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/How to/Customize context menu/src/App.vue b/How to/Customize context menu/src/App.vue index 673532a..4644b8e 100644 --- a/How to/Customize context menu/src/App.vue +++ b/How to/Customize context menu/src/App.vue @@ -1,8 +1,8 @@