-
-
Notifications
You must be signed in to change notification settings - Fork 190
Open
@avxkim
Description
vbase-3-ts-setup
produces the following layout:
<template> <div> </div> </template> <script setup lang="ts"> </script> <style scoped> </style>
Is it possible to change the arrangement to
<script setup lang="ts"> </script> <template> <div> </div> </template> <style scoped> </style>
Metadata
Metadata
Assignees
Labels
No labels