整理
This commit is contained in:
8
src/pages/Page/JSPage/index.page.vue
Normal file
8
src/pages/Page/JSPage/index.page.vue
Normal file
@ -0,0 +1,8 @@
|
||||
<script setup>
|
||||
import { fnInJsFile } from './js-file';
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<div>src/pages/js-page/index.page.vue</div>
|
||||
<div>{{ fnInJsFile() }}</div>
|
||||
</template>
|
Reference in New Issue
Block a user