Appearance
这是一些练习小 demo
🎉 💯
INFO
This is an info box.
TIP
This is a tip.
WARNING
This is a warning.
Details
This is a details block.
Wraps in a
js
export default {
data () {
return {
msg: 'Highlighted!'
}
}
}
vue
<template>
<h1>Hello World</h1>
</template>
<script lang="ts" setup>
import { ref } from 'vue';
const counter = ref(0);
// #region increment
const increment = () => {
counter.value++;
};
// #endregion increment
</script>
js
const increment = () => {
counter.value++;
};
test-include demo
123123
Username or Email
Password