1rosehip / 1rosehip/jplist-es6
Vue.js and JPlist
- Ngôn ngữ chính
- JavaScript
- Star
- 83
- Fork
- 37
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
Hi, I was using JPlist and it works perfectly. But when I start using vue.js it stop workig.
I just added vue.js `` and then wrapped all (including the JPlist element) in `
If I remove the app script it works okey again, even though the vue.js is included.
```
new Vue({
delimiters: ["${","}"],
mixins: [CommonMixin],
store,
created() {
}
}).$mount('#wrapper');
```
There's any type of incompatibility between Vue.js ad JPlist?
Hướng dẫn đóng góp
Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này
Hướng nghiên cứu
The issue describes a conflict between Vue.js and JPlist when Vue mounts on a wrapper containing JPlist elements. Start by examining how JPlist initializes and interacts with DOM elements, and check if Vue's reactivity or lifecycle interferes. Look at the JPlist source code, particularly initialization methods, and test with a minimal Vue app to isolate the problem. Verify if JPlist works when Vue is present but not mounted on the wrapper.
Do mô hình lập chỉ mục viết ra từ nội dung của issue.
Đánh giá
- Công nghệ
- javascript
- Lĩnh vực
- frontend
- Loại issue
- Lỗi
- Độ khó
- 3/5
- Thời gian dự kiến
- 1-2 ngày
- Mức độ hoạt động
- Đình trệ
- Độ rõ ràng
- Khá rõ ràng
- Mức phù hợp với người mới
- 45/100