-
### Environment
Chrome 版本 122.0.6261.129(正式版本) (64 位)
### Version
v16.20.2
### Version
@opentiny/vue@3.10.0
### Link to minimal reproduction
只能提供报错vue组件的信息
### Step to reproduce
在编辑器中预览是正常的,但…
-
**What is the current behavior?**
Text becomes blank and is not editable if parent siblings in DOM tree are removed or added.
**Please provide the steps to reproduce and if possible a minimal demo…
-
#### 问题一: 本地执行pnpm dev启动,页面一直loading,进不去
答:
使用开发者工具看一下控制台是否产生报错,若报错如下:
GET https://npm.onmicrosoft.cn/@opentiny/vue-theme-3.11/index.css net::ERR ABORTED 403 (URLGolbalBlocked)
Access to script …
-
### Version
latest
### Vue Version
latest
### Link to minimal reproduction
```
{{ item }}
import { Carousel, CarouselItem } from '@opentiny/vue'
e…
-
### Version
latest
### Vue Version
3
### Link to minimal reproduction
```
import { Checkbox, CheckboxGroup } from '@opentiny/vue'
export default {
components: {
TinyChec…
-
### Version
3.x
### Vue Version
3.16
### Link to minimal reproduction
```bash
https://opentiny.design/vue-playground?mode=pc&theme=default#3.16|eyJzcmMvQXBwLnZ1ZSI6IjxzY3JpcHQgbGFuZz1cInRzeFwiPl…
-
With the move to Vue.JS of youtube and freecodecamp scrapers (and soon kolibri and maybe others), all "items" are accessed with a URL containing a fragment like `./index.html#/watch/heating_a_tiny_hom…
-
vue-tiny-slider.ts:
```
import { App } from "vue";
import VueTinySlider from "vue-tiny-slider";
export function initVTinySlider(app: App) {
app.component("tiny-slider", VueTinySlider);
}
```…
-
HugeRTE is now up at npm and composer (#25). Some things to do still:
- [x] Forcibly fetch other TinyMCE commits
- [x] Revert https://github.com/hugemce/hugemce/commit/4d8419284fa1c7dd42f006aefe02c9…
-
### Version
3.10.0
### Vue Version
3.2.47
### Link to minimal reproduction
确认事件示例
import { ref,reactive } from 'vue'…