vitepress-demo-editor icon indicating copy to clipboard operation
vitepress-demo-editor copied to clipboard

a vitepress demo plugin

Results 5 vitepress-demo-editor issues
Sort by recently updated
recently updated
newest added

![image](https://github.com/liyao1520/vitepress-demo-editor/assets/948641/0c44802b-18fd-4541-9632-77411a795d15) 这个该如何解决呢? 版本信息: "vitepress": "^1.0.1", "vitepress-demo-editor": "^3.2.1",

![image](https://github.com/liyao1520/vitepress-demo-editor/assets/948641/e11f8455-88da-4a28-9993-eecaaf72986c) ![image](https://github.com/liyao1520/vitepress-demo-editor/assets/948641/c03dcd3a-7ba2-4fc7-941c-c6550edaf26b) 版本信息: "vitepress": "^1.0.1", "vitepress-demo-editor": "^3.2.1",

Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.18.9 to 7.23.5. Release notes Sourced from @​babel/traverse's releases. v7.23.5 (2023-11-29) :eyeglasses: Spec Compliance babel-plugin-proposal-decorators #16138 Class binding is in TDZ during decorators initialization (@​nicolo-ribaudo) babel-helpers, babel-plugin-proposal-decorators...

dependencies

![image](https://user-images.githubusercontent.com/23554243/196870449-bc8e499d-c0fa-4d43-aa62-3f43e1be94f2.png)

使用以下版本: "vitepress-demo-editor": "^3.2.1", "vue": "^3.4.38" "vitepress": "^1.3.4" 按照文档加入配置后run。页面会报错误:process is not defined ![image](https://github.com/user-attachments/assets/2f2baaba-a6fa-4408-857a-54f37dff0d7c) 看了下demo的代码,学着到congfig中加入了以下配置后process is not defined是不报了。: vite:{ define: { 'process.env.BABEL_TYPES_8_BREAKING': 'false', 'process.platform': '"darwin"', 'Buffer.isBuffer': 'undefined' }, } 但是:样式依然不出来,试了下把改成defineComponent就好了。不能加lang="ts"