瀏覽代碼

update the menu scroll component with new trial section

Olivier Massot 7 月之前
父節點
當前提交
dce51d4aed
共有 2 個文件被更改,包括 2 次插入0 次删除
  1. 1 0
      components/Logiciels/Artist/Trial.vue
  2. 1 0
      pages/opentalent-artist.vue

+ 1 - 0
components/Logiciels/Artist/Trial.vue

@@ -52,6 +52,7 @@
 </template>
 
 <script setup lang="ts">
+import AnchoredSection from '~/components/Layout/AnchoredSection.vue'
 </script>
 
 <style scoped lang="scss">

+ 1 - 0
pages/opentalent-artist.vue

@@ -61,6 +61,7 @@ const runtimeConfig = useRuntimeConfig()
 
 const menus: Array<MenuScroll> = [
   { anchor: 'presentation', label: 'Présentation' },
+  { anchor: 'trial', label: 'Essai 30J' },
   { anchor: 'benefits', label: 'Avantages' },
   { anchor: 'functionalities', label: 'Fonctionnalités' },
   { anchor: 'comparative', label: 'Comparatif' },