Lynch

Results 4 issues of Lynch

code ```js const classNames = tw`${apply`p-1 text-red-500`}` // classNames is like tw-xxxx ``` I want to add a scope of this rule, like ``` html[name="abc"] .tw-xxx { } ``` What...

### 🧐 Problem Description According the doc, we can use v-model like ```jsx ``` we can use multiple v-model with differectn argument like ```jsx ``` but, if we use tsx,...

question

I'm really confused about the dependencies in monorepo. if there is a monorepo project like this package/A ```json { "main": "dist/index.cjs", "module": "dist/index.mjs", "script": { "build": "rimraf && tsup src/index.ts...

- [x] 提交符合commit规范 - [x] 文档更改 - [ ] 测试用例添加 - [x] `npm run test`通过 ##### 详细描述 name should be the only required prop in preloadApp, url should be optional....