Vue.js
Vue is a JavaScript framework for building websites. The intent of Vue is to make the integration of other JavaScript libraries easy. It is designed to organize and simplify web development.
Here are 22,970 public repositories matching this topic...
-
Updated
Feb 21, 2020
-
Updated
Feb 21, 2020 - Vue
I tried to follow the initial steps from here: https://www.learnstorybook.com/intro-to-storybook/react/en/get-started/
running:
npx create-react-app taskbox
cd taskbox
Then when I ran:
npx -p @storybook/cli sb init
I get the error TypeError: Cannot set property 'storybook' of undefined
This is the full message in my terminal:
sb init - the simplest way to add a
Element UI version
2.13.0
OS/Browsers version
Vue version
2.6.10
Reproduction Link
Steps to reproduce
What is Expected?
Component being consisted with docs
What is actually happening?
Snippet from table-column.js:
resizable: {
type: Boolean,
default: true
}What problem does this feature solve?
To make sure the user doesn't accidentally generates an SPA while he wants a pre-rendered page, it might be worth to write a short sentence about the mode of the project while generating
What does the proposed changes look like?
Current status: "Generating pages" is logged, which is quite general.
:
TS2370: A rest parameter must be of an array type.
/node_modules/vuex/types/helpers.d.ts(8,120):
TS2370: A rest parameter must be of an array type.
W
There is a difference in safegetzipfile method between xlsx.js & xlsx.mini.js.
One is missing replace(/^Root Entry[\/]/,"") so I get this error "Cannot find file [Content_Types].xml in zip" ev
v-model 不能同时使用多个修饰符
问题描述
编译出来的图片、css文件名都没有带hash,对cdn极其不友好
复现步骤
[复现问题的步骤]
打包h5平台可以看到
预期结果
如同vue默认编译打包的文件一样
.
├── css
│ ├── about.b1fea8d8.css
│ └── app.27e4a8b9.css
├── favicon.ico
├── img
│ ├── btn_android@2x.b8ff7715.png
│ ├── btn_ios@2x.68fbbb2a.png
│ ├── head.0887223a.png
│ ├── logo@2x.e30dcfbd.png
│ └── pic@2x.115118db.png
├── index.html
├── js
│ ├── about.
Is your feature request related to a problem? Please describe.
When implementing a textField with next return key type, the keyboard is dismissed and focusing another textField brings it back BUT a flick is produced.
Describe the solution you'd like
I'd like to be able to prevent the textFieldShouldReturn implementation from always dimissing soft input.
**Describe alternatives yo
-
Updated
Feb 21, 2020 - JavaScript
VUX version
2.9.4
OS/Browsers version
windows/Google-chrome 75版本
Vue version
2.6.10
Code
F:\code\vux2\docs>node compile
fs.js:646
return binding.open(pathModule._makeLong(path), stringToFlags(flags), mode);
^
Error: ENOENT: no such file or directory, open 'F:\cIs your feature request related to a problem? Please describe.
There is no comprehensive tooling while working with MQTT brokers.
Describe the solution you'd like
A simple interface to connect to an MQTT broker.
Subscribe to topics
Publish to topics
Describe alternatives you've considered
MQTT Lens
Dynamic Headers
What problem does this feature solve?
I notice the vue-router docs does not have any favicon. Can one be added?
What does the proposed API look like?
favicon.ico
Just helps to identify it when users have the tab pinned like me:

What problem does this feature solve?
It would allow us to use numbers which is larger than MAX_SAFE_INTEGER.
What does the proposed API look like?
In HTML,
{{BigInt("100")}},{{100n}},{{2n * 50n}}or{{50n + 50n}}should show "100" (it can be just simply string by using .toString()) at frontend.At the moment using BigInt in "Mustache" syntax just throw error.
Sure, backu