refactor: 统一 setup 格式

This commit is contained in:
shizhong
2023-09-22 14:25:05 +08:00
parent 7e5ad60d1d
commit 5cfe65b87a
148 changed files with 149 additions and 149 deletions

View File

@ -3,7 +3,7 @@
<IFrame :src="src" />
</ContentWrap>
</template>
<script setup lang="ts">
<script lang="ts" setup>
defineOptions({ name: 'GoView' })
const src = 'http://127.0.0.1:3000'

View File

@ -3,7 +3,7 @@
<IFrame :src="src" />
</ContentWrap>
</template>
<script setup lang="ts">
<script lang="ts" setup>
import { getAccessToken } from '@/utils/auth'
defineOptions({ name: 'JimuReport' })