-
## 问题描述(另附我找到的解决方案)
> 问题的具体描述
使用bun+vite初始化应用时,在template中不能再`import microApp from '@micro-zoe/micro-app'`
会报错:``
## 复现步骤
1. 按官网例子初始化
2. 在使用子应用的页面中,加上
```html
```
```js
import microApp from…
-
I've tried using Browserify:
```
var Vue = require("vue");
window.Vue = Vue;
Vue.use(require('vue-resource'));
Vue.use(require('./vue.file-upload'));
Vue.use(require('./vue.pretty-bytes'));
```
and…
-
I've basically just run through the set up and I cant seem to get the services bound to vue. Any suggestions?
Here's my client setup.
```js
import Vue from 'vue'
import Resource from 'vue-reso…
-
**Context**
Studio name: Imaginary Pixels
Kitsu publisher version: 0.5.1
Kitsu publisher installer: msi/appimage
Zou/Kitsu installation type: selfhosted
**Desktop (please complete the follo…
-
### Vue - Official extension or vue-tsc version
v2.0.28
### VSCode version
1.92.0
### Vue version
3.4.33
### TypeScript version
5.4.0
### System Info
```shell
System:
OS: macOS 14.5
…
-
when I use vue-resource in project. QA find in Meizu MX4 andriod 4.4.2, , the vue-resource return a error, I use window.onerror function to alert the error and the error line,
function han…
-
Can anyone please help me how I can make it work in cordova app?
*index.html*
*main.js*
var Vue = require('vue');
var …
-
### Environment
------------------------------
- Operating System: Darwin
- Node Version: v18.19.0
- Nuxt Version: 3.10.0
- CLI Version: 3.10.0
- Nitro Version: 2.8.1
- Packag…
-
## Lapce Version
0.4.2 (1)
## System information
MacOS 10.14.6 (Intel)
MacOS 13.4.1 (M1)
## Describe the bug
I have tested on two machines.
Installed the plugins in lapce. Installed the…
-
## Steps taken:
- npm install -g vue-cli
- vue init webpack test
- cd test
- npm install vue-resource vuetable-2 --save-dev
- cd node_modules/vuetable-2
- npm install
- cd ../..
- npm instal…