-
1. 组件名称及版本: 如@vue-office/docx@1.3.0
2. 运行环境:
2.1 浏览器:如谷歌浏览器
2.2 vue版本:如vue@2.6.0
2.3 打包工具及版本:
```
vite@4.5.1
"vue": …
-
### Reporting a bug?
I've added this to my `vue.config.js`:
```
const path = require('path');
const VueI18nPlugin = require('@intlify/unplugin-vue-i18n/webpack');
module.exports = {
config…
-
#### Summary
https://github.com/vue-a11y/eslint-plugin-vuejs-accessibility
-
## Steps to reproduce
1. Use a keyboard shortcut to format some text in a chat, ex. ctrl + i to make some text italic
2. Yup, looks italic in the compose box! I'll press enter to send it...
3. ...and …
-
### What problem does this feature solve?
Support vue devtools vite plugin
### What does the proposed API look like?
make `import vueDevTools from 'vite-plugin-vue-devtools'` work
-
Hello,
I have followed this example; through the website's step-by-step, and by cloning this repo.
In both cases, Deno's TS server displays linting errors when importing .vue components if they do…
-
### Terms
- [X] I have searched [open and closed feature requests](https://github.com/activist-org/activist/issues?q=is%3Aissue+label%3Afeature)
- [X] I agree to follow activist's [Code of Conduct…
-
definedProps and definedEmits : withDefaults
- https://vuejs.org/api/sfc-script-setup.html#default-props-values-when-using-type-declaration
-
I know that you need to add .vue() to webpack.mix.js, but what else is needed to modify the code in app.js, so that we can update this project?
-
### Describe the bug
I pass `import.meta.glob('./components/global/*.vue', {import: 'default', eager: true})`, Import global components in batches for registration. After I publish the theme packag…