Skip to content

Commit 3a3b811

Browse files
committed
feat: 高亮边框
1 parent a5be00f commit 3a3b811

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

docs/code/demo/BorderHighlight.vue

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<script setup lang="ts">
2+
import { ref } from 'vue'
3+
const msg = ref('Hello World!')
4+
</script>
5+
<template>
6+
<div></div>
7+
</template>
8+
<style></style>

docs/html-dom/border-highlight.md

Whitespace-only changes.

0 commit comments

Comments
 (0)