-
比如`.jsx`按照`.js`的规则检查
最好有啥配置来控制,比如formats=jsx:js, vue:html这种,表示jsx按js检查,vue按html检查
-
My project structure as follow:
-- public
---- seahorse.obj
-- src
---- views
------ index.vue
The code in `index.vue`:
```vue
```
…
0xuhe updated
4 years ago
-
I wanted to keep the selected date globally. For it I used next code:
var global = new Vue({
data: {
dateOne: ""
}
})
global.install = function(){
Object.defineProperty(Vue…
-
Can we/i configure the separation-sign, on wich place in phone number it appears?
In my Phonebook exists 02243 82566 , and the nextcloud phonebook displays it like 022-438-2566
...Its only a matter …
-
> Please respect maintainers time by filling in these sections. Your issue will likely be closed without this information.
- Vue Version: 3.3.4
- Vue Select Version: 4.0.0-beta.6
**Describe the…
-
### Describe the feature
https://github.com/common-intellisense/radix-vue1
The purpose of this issue is to hope that radix-vue will generate a component information every time it is modified, so t…
-
### Clear and concise description of the problem
全局的组件,有没有办法要求使用的时候必须`PascalCase`
全局注入的组件是`unplugin-vue-components`自动注入的,但是没办法限制组件里面的写法必须是`PascalCase`
有生成typescript的声明文件`components.d.ts`
### Sugge…
-
GNU gdb (GDB) Red Hat Enterprise Linux 8.2-18.el8
Copyright (C) 2018 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later
This is free software: you are free to change and red…
-
### Clear and concise description of the problem
Especially in a meta-framework like Astro, where we can mix frameworks, we may want to import icons as Astro components in the .astro file and as Vue …
-
Some component frameworks (e.g. react, svelte 5, solid) use "synthetic event delegation" to invoke event handlers. When used in conjunction with custom elements that attach event handlers outside of t…