973782523
973782523
> The main issue is that webpack doesn't build a proper `d.ts` file. It should be a single `d.ts`, referenced through `package.json` `typings` field. > > We have to find...
```js import Vue from 'vue' import {defineComponent, defineAsyncComponent} from 'vue'; import {loadModule} from "vue3-sfc-loader/src/index" import axios from "axios"; const options = { moduleCache: {vue: Vue}, getFile(url: string) { return axios.get(url).then(res...
> 我也遇到这个问题, 请问后面是如何解决的
> Thanks @plinionaves > > But unfortunately it still doesn't work even with your config. I still get the same error: > > `error in ./src/lib-components/content-wrapper.vue?vue&type=style&index=0&id=41cf14b2&scoped=true&lang=scss&` > > It is...
> No i was not able to solve it... But i asked in the vue Issue Board for a documentation for this: [vuejs/docs-next#1060](https://github.com/vuejs/docs-next/issues/1060) rollup-plugin-styles Is the JS import form can...
> I am using `rollup-plugin-styles` now, and it works perfect. Thanks little brother, I use this to solve, but I think CSS is the global state, will cause global pollution?...
你好, 你知道侧边导航栏的随笔分类可以设置默认展开吗?