-
I almost completely covered all my formatting and linting needs but there is still 1 thing which is that classes are just not getting formatted.
```
class="test-sm
ml-2
…
csntr updated
5 months ago
-
## Description
Using the VueJS sample, JSS 18 release, any page that has a component with a graphQL request (including the ootb graphQL pages) throws this error on Sitecore side. Works fine on local …
-
**Describe the bug**
I'm unable to import any of the booster components, as the import throws a `TS2307` error: `Cannot find module '#booster/components/BoosterPicture' or its corresponding type decl…
-
### Version
4.5.8
### Environment info
```
Environment Info:
System:
OS: macOS 10.15.7
CPU: (8) x64 Intel(R) Core(TM) i7-7820HQ CPU @ 2.90GHz
Binaries:
Node: 10.20.1 -…
-
**Describe the bug**
When running "npm update" I get this error message, this is because vue-tabulator is referencing 4.8.1, shouldn't it be referencing the 4.9.3?
npm ERR! code ERESOLVE
npm ERR!…
-
As it seems to be almost impossible to change this afterwards https://github.com/eslint/eslint/issues/7456#issuecomment-256757117 it would be great to be able to create files with more identation, for…
-
### Describe the bug
I was checking my production code in chrome dev tools and noticed that the Vue extension was enabled and showing all the details.
my `vite.config.ts`
```ts
import { fileUR…
-
I tried to implement jest for testing of a components library I'm currently building (Vite + Vue3 + Rollup) but I'm running in to some issues.
` FAIL src/lib-components/FTButton.test.js
● Test …
-
### Version
4.5.8
### Environment info
```
System:
OS: macOS 10.15.7
CPU: (8) x64 Intel(R) Core(TM) i7-7820HQ CPU @ 2.90GHz
Binaries:
Node: 10.20.1 - /usr/local/b…
-
parcel 项目中,推荐直接引用 cube-ui/lib 中的文件。
### 按需引入
按需引入时,可以借助 babel-plugin-transform-modules 插件。使用方法如下:
1.项目根目录下新建一个.babelrc 文件
```json
{
"plugins": [
["transform-modules", {
…