Vip

Results 9 comments of Vip

computed:计算,顾名思义就是根据相关数据的变化得到一个新值。 watch:看,发现观察的东西有变更了,进行一系列的操作。 计算属性相当于一个变量,由一个方法构成,里面涉及到的data数据,就是相关数据。通常只做“计算结果”的逻辑,不改变数据。 watch则是需要根据观察的“对象”,在其变动时执行相关逻辑。

> Mine work when having this with `rn 0.64.2` > > ``` > configurations.all { > resolutionStrategy.force 'com.squareup.okhttp3:okhttp:4.9.1' > resolutionStrategy.force 'com.squareup.okhttp3:okhttp-urlconnection:4.9.1' > } > ``` Thanks this. It save my...

You need set `forceFallback: true` and set a class to `chosenClass`. ```js forceFallback: true, chosenClass: "sortable-cursor", ``` ```css .sortable-cusor { cursor: grabbing; } ``` I use this way solved problem....

> @Wetoria It's a solution but still forces you into using forceFallback which is not ideal, ideally you'd be able to have a custom cursor without using a different config...

Finaly, I use https://github.com/SortableJS/Vue.Draggable/issues/815#issuecomment-808420144 this solution.

> 之后会在 arco plugins 插件里去支持是否移除 normalize.css 的样式引入。 组件库本身不会直接进行移除 所以现在支持了吗?我搜了一圈,好像没有相关的调整

> This was discussed earlier, but it leaves no feasible way to remove parent's base. For example, how would you do this then: > > https://github.com/vuejs/vitepress/blob/df27e44db668f2eddbf9d350e5dae4e042fe1250/docs/.vitepress/config/en.ts#L104 > > > the...

After my attempts, I found that it is possible to create a soft link in the guide directory by the way of soft link, and it can also jump to...

> Is it similar to obsidian support? Is exporting the markdown file to a specific folder enough? It is supported api to import md file, all the api route are...