Skip to content
| Marketplace
Sign in
Visual Studio Code>Snippets>曹操New to Visual Studio Code? Get it now.
曹操

曹操

Pi Xiu

|
11 installs
| (0) | Free
You know, for silence
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

曹操

Features

  • v2/vue2/vue/px
<template>
  <div>test</div>
</template>

<script>
export default ({
  name: 'Test'
})
</script>

<style scoped>

</style>

  • v3/vue3/vue/px
<script setup>
import { onMounted } from 'vue'

onMounted(() => {
  
})
</script>

<template>
  <div>test</div>
</template>

<style scoped>

</style>

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft