feat: 添加 terser 作为构建工具的压缩选项
This commit is contained in:
@ -1,16 +0,0 @@
|
||||
<template>
|
||||
<div>
|
||||
<button class="green" @click="函数($event)">Back</button>
|
||||
<h1>中文-页面.page.vue</h1>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script setup lang="ts">
|
||||
const router = useRouter();
|
||||
const 函数 = function (e: MouseEvent) {
|
||||
console.log(函数, 'e :>> ', e);
|
||||
router.back();
|
||||
};
|
||||
</script>
|
||||
|
||||
<style scoped></style>
|
Reference in New Issue
Block a user