badabygirl

Results 43 comments of badabygirl

> > Of course, compared to the above code, I hope feign can support the following way, thank you > > Hi @social-uni , I would be more than happy...

> 请提供一个最小的、可重现的例子。链接到回购会很棒。 https://stackblitz.com/edit/vitejs-vite-gqv1wz?file=package.json,src%2Fcomponents%2FHelloWorld.vue,index.html&terminal=dev https://github.com/shikijs/shiki/issues/346#issuecomment-1229402139

> @jiankafei你的例子显示了这个错误我:`WebAssembly.instantiate(): expected magic word 00 61 73 6d, found 3c 21 44 4f @+0` ![image](https://user-images.githubusercontent.com/14007972/187071567-11cc7228-0c25-4167-8289-5385019425c3.png)

https://github.com/shikijs/shiki/issues/246

What to set the global-bin-dir to, this is making me very distressed, I have searched the documentation and google to find no answer

> Unsure but #337 fixed this and it shows as downloadable in https://unpkg.com/[email protected]/dist/onig.wasm https://github.com/vitejs/vite/issues/9874 I'm not sure if this is a vite or shiki issue, so I also filed issues...

> Unsure but #337 fixed this and it shows as downloadable in https://unpkg.com/[email protected]/dist/onig.wasm This problem may be related to https://github.com/shikijs/shiki/issues/216

> I think this might need a separate code sample, because this would be worse on node (which I think is the majority of usage) and this is only useful...

Is this really a very important feature, or is there any other option when using vuetify?

+1 I customized a component and introduced it into the project in the form of link npm, which triggered this error ``` import {Component, Vue} from 'vue-property-decorator' @Component export default...