-
### What steps are needed to reproduce the bug?
```html
123
```
### What Stylelint configuration is needed to reproduce the bug?
```js
module.exports = {
extends: [
'st…
-
**Module version**
Nuxt 2.15.4
Nuxt/Vuetify 1.11.3
**Describe the bug**
every thing was fine and suddenly got these errors when deleted `node_modules` and `package-lock.json` and then used `npm …
-
I used the title mixin in my app with SSR and upgrading to 2.4.0 lead to the dreaded mergeData stack overflow exception.
Wrapping the static delaration in a provide() function fixes it.
https://…
-
![](https://static.vue-js.com/8a739c90-3b7f-11eb-85f6-6fac77c0c9b3.png)
## 一、mixin是什么
`Mixin`是面向对象程序设计语言中的类,提供了方法的实现。其他类可以访问`mixin`类的方法而不必成为其子类
`Mixin`类通常作为功能模块使用,在需要该功能时“混入”,有利于代码复用又避免了多继承的…
-
Hi, I'm using class decorators in SFCs. I found a bug in the parsing algorithm. It only accepts page components which extend Vue directly. The parsing fails to find `meta` when the component uses mixi…
dovca updated
2 years ago
-
## 混入
混入 (mixins) 是一种分发 Vue 组件中可复用功能的非常灵活的方式。混入对象可以包含任意组件选项。当组件使用混入对象时,所有混入对象的选项将被混入该组件本身的选项。
```
// 定义一个混入对象
var myMixin = {
created: function () {
this.hello()
},
methods: {
h…
-
### Version
2.7.10
### Reproduction link
[codepen.io](https://codepen.io/vetruvet/pen/gOzoYoo)
### Steps to reproduce
Run the linked codepen with console open.
### What is expe…
-
hi,i used it with a plugin in project,but i found it impacted other vue ,can limit it effect only in a fixed vue? my project itself used fabric,the plugin lib eraser_brush.mixin.js /**
* @priva…
-
```
// VueStrap
let bsAccordion = require('vue-strap').bsAccordion;
let affix = require('vue-strap').affix;
let bsAlert = require('vue-strap').bsAlert;
let bsAside = require('vue-strap').bsAside;…
-
hey there, i have a vue3+vite package and i want to use it in vue2 aswell
in vue 3 everything works like a charm but in vue 2 i get "createElementVNode is not a function" error
install.ts(entry):
…