calebman / vuepress-plugin-demo-container

Vuepress plugin for demo block.
https://calebman.github.io/vuepress-plugin-demo-container/
MIT License
119 stars 38 forks source link

Bug Report 在 readme demo 块中,如果使用了script 会报错:'import' and 'export' may only appear at the top level #9

Open ly525 opened 4 years ago

ly525 commented 4 years ago
README.md: 'import' and 'export' may only appear at the top level (323:4)
// README.md

::: demo
```html
<template>
{{list[0]}}
</template>
<script>
import axios from 'axios'
export default {
  data: () => ({ list: [] }),
  mounted: {
    axios.get('xxx').then(res => this.list = res.data)
  }

}
</script>

:::demo

Pentium286 commented 3 years ago

楼主解决了吗

waycowei commented 3 years ago

@ly525 @qianzhangsheng 这个库貌似不维护了,这个需求我弄了一下,可以点我头像进去看看 vuepress-plugin-demo-container-v2