-
```html
11
import * as echarts from 'echarts';
export default {
props : ['data'],
components: {
},
data() {
return {
…
-
`Composition Api` 作为一个单独的插件被挂载是 `Vue` 根的构造函数上。
## setup 初始化函数
```javascript
// *.vue
export default {
setup(props) {
...
return { // setup 函数里返回的内容可以用于组件的其余的部分
...
…
-
// import formCreate from '@form-create/element-ui';
import formCreate from '@form-create/iview4';
const viewForm = formCreate;
const designerForm = formCreate.factory();
console.log(formCreat…
-
### Description
OS: macOS Bit Sur (11.4)
Browser: Chrome 91.0.4472.114
Trumbowyg: 2.24.0
Vue: 2.6.14
I have this weird issue when using Trumbowyg and Vue2.
I have ported the vue-trumbowyg p…
-
Here is reproduction: https://stackblitz.com/edit/nuxt-starter-playground-gckgi7?file=plugins%2Fflipbook.js
`import Flipbook from 'flipbook-vue/vue2'` gives this error:
![image](https://user-ima…
-
# vue2响应式原理
vue2的依赖追踪的代码基于Object.defineProperty实现,收集触发相关依赖的代码还会依靠Watcher,Dep代码
## observer
```js
export function observe (value: any, asRootData: ?boolean): Observer | void {
if (!isObject(…
-
### Vue version
3
### Link to minimal reproduction
Links to code sandebox provided below (correct Vue2 + buggy Vue3).
### Steps to reproduce
Nest a `` in another ``, and replace an elem…
-
Looks like this incredibly useful project is unfortunately not updated for openjdk 17.0
Which is not surprising since I used this wayyyyy back in the early 2000s and it always seemed to work fine.
…
-
### 以前的Issues
### 问题描述
### 复现步骤
```js
import WatermarkDesign from '@watermark-design/vue'
```
### 环境详情
- **`@watermark-design/vue` versio…
-
My project is vue2. When I import { Client } from '@stomp/stompjs' , console error.
```
error in ./node_modules/@stomp/stompjs/bundles/stomp.umd.js
Module parse failed: Unexpected token (501:…