vuepress-plugin-run icon indicating copy to clipboard operation
vuepress-plugin-run copied to clipboard

xiong dei 你这么写我感觉好点,不然删了一个还是跑不通

Open ManfredHu opened this issue 5 years ago • 0 comments

::: run
<template>
  <h2 class="title">{{name}} DEMO利器!</h2>
</template>
<script>
  export default {
    data () {
      return {
        name: 'vuepress-plugin-run'
      }
    }
  }
</script>
<style>
  .title {
    color: #3eaf7c;
  }
</style>
:::

ManfredHu avatar Dec 03 '20 09:12 ManfredHu