版博士V2.0程序
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

преди 2 години
1234567891011121314151617
  1. {{#if isMarkdown}}
  2. ## {{pascalCase name}} Page
  3. > The page is markdown file
  4. {{else}}
  5. <script setup lang="ts">
  6. </script>
  7. <template>
  8. {{pascalCase name}} page
  9. </template>
  10. <style>
  11. </style>
  12. {{/if}}