-
**Describe the bug**
With `shallowMount` on Vue 3 + @vue/compat, properties of a child component are undefined when using them through a mixin.
If the property is moved from the mixin direct…
-
今天写着写着莫名其妙的提示我scss的api被弃用,麻烦作者更新一下scss的api,我自己改实在无能为力,退版本也报错,
Deprecation Warning: Sass @import rules are deprecated and will be removed in Dart Sass 3.0.0.
More info and automated migrator: https…
-
**Describe the bug**
I am trying to mock the mixins used in the Vue component by passing in a fake mixin under `global.mixins`. But it seems to be not working on the Component while on the ch…
-
![image](https://user-images.githubusercontent.com/21135853/83953913-df77ae00-a81a-11ea-8493-7e60a6cc8ea8.png)
gerenciar i18n recebidas e locais do componente sem precisar do $t() usando mixin.
(v…
-
由于是 配合 React.createClass 使用的,而此方法已经在 React 16 版本上被移除,所以不再支持
```
import React from 'react';
var SomeMixin = {
doSomething() {
}
};
const Contacts = React.createClass({
mixins: [SomeMixin]…
-
Building on github with NodeJS 22.9.0, vite 5.4.8, sass 1.79.4
While building, I get the following warnings: Everything works fine. I've silenced it for now. This is just a heads-up for the future.…
-
Hi,
is there a way to provide a global mixin to the Vue instance?
e. g.
`
import { VueWrapper } from 'vuera'
VueWrapper.mixin( { ... } )
`
-
### Issue Type (delete the irrelevant ones)
- [ ] Bug
- [ ] Enhancement Request
- [x] Question
### Specs
v2.16.0
Hello,
Sorry this is actually not a question.
I have a mixin that do…
-
### Version
4.0.0-beta.9
### Reproduction link
[https://jsfiddle.net/ukeagtjm/](https://jsfiddle.net/ukeagtjm/)
### Steps to reproduce
const Mixin = {
beforeRouteEnte…
-
I'm trying to apply RTL direction to my project using ElementUI
I used postcss-rtl with the css styles
but I have a problem with all component that use Popper or vue-popper like dropsowns, select a…