-
Hi! Vue-loader allows me to use in component. But it throws an error
### myComponent.vue
```
{{ text }}
export default {
name: 'myComponent',
data() {
return {
text: '…
-
## 代码与复现步骤
首先,基于 megalo-cli 创建一个新项目。
下载 `vant-weapp` 小程序组件,在 `src/main.js` 中引入
``` js
...
export default {
config: {
...
usingComponents: {
'van-cell': 'native/vant-weapp/…
auven updated
5 years ago
-
I've been struggling with this for a while and was hoping the update would sort it but I'm still having the same problem and perhaps I'm missing some understanding.
In main.js:
```
import Vue fro…
-
Since we decided that we will support code sharing by using `` and ` syntax in our SFC, I need to be able to tell the vue loader to only use `` templates for NativeScript. I think we ought to modify t…
-
## Decent articles
- [Common mistakes in Vue for React developers](https://www.freecodecamp.org/news/common-mistakes-to-avoid-while-working-with-vue-js-10e0b130925b/)
- [Why / when to use JSX in Vue…
-
### 问题描述
```
import { nextTick, onUnmounted, ref, watch } from 'vue';
import { Chart } from '@antv/g2';
import { useAppStore } from '@/assets/scripts/stores/app';
import api from '@/assets/script…
-
### 问题描述
```
import { onMounted, onUnmounted, ref, watch } from 'vue';
import { Chart } from '@antv/g2';
import { useAppStore } from '@/assets/scripts/stores/app';
import api from '@/assets/scr…
-
HI, im having a problem with marking already set permissions on default.
Console outputs:
> [Vue warn]: Property or method "permissionsSelected" is not defined on the instance but referenced durin…
-
**Is your feature request related to a problem? Please describe.**
It would be great if this plugin would automatically accept as valid class names those referenced in the `` section of Vue single fi…
-
### Describe the bug
elements are shown and overlap other items
### Reproduction
```js
…
zsqio updated
8 months ago