refactor: Icons Type Declarations
All checks were successful
CI / cache-and-install (push) Successful in 1m26s

This commit is contained in:
严浩
2024-08-27 17:20:31 +08:00
parent 04110516fa
commit b37ecb7251
5 changed files with 9 additions and 9 deletions

View File

@ -1,4 +1,5 @@
<script setup>
// https://vue-macros.dev/zh-CN/features/reactivity-transform.html
let count = $ref(0);
console.log(count);