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,747 public repositories matching this topic...
-
Updated
Feb 9, 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
}Feature Request
Ionic version:
[x] 4.x or 5.x
Describe the Feature Request
Currently if you present multiple toasts in the same position they show on top of one another which looks like a bug.
Describe Preferred Solution
I would suggest one of two things:
- Implement toast stacking. If you present multiple toasts, they display in a list like the phone's notifi
What problem does this feature solve?
I trying to figure how deploy for production a Universal app if it contains buildModules. I think deploy a universal app for prod can be a little confuse and need more explications in the guide.
I'm a little confuse between:
Production environment:
if I use:
yarn install --prod
I can't build because the buildModules are not in place
Dev environm
Environment
Vuetify Version: 2.1.9
Vue Version: 2.6.10
Browsers: Chrome 78.0.3904.87
OS: Mac OS 10.14.6
Steps to reproduce
Setting the "loading" prop to true
Expected Behavior
The Progress bar should be positioned absolute to not effect the layout of the table when loading.
Actual Behavior
What happens is when the loading prop is set to true and the
Environment
Vue 2.5.22
Reproduction link
https://jsfiddle.net/ckbq21uL/7/
Steps to reproduce
- click the change clearable button.
- close button will disappear.
- but we can also clear value in panel when type is equal to datetime
What is expected?
clearable means we can or cann't clear this value.
so we shouldn't show clear
What problem does this feature solve?
Right now the namespaced example is quite condensed. I believe it'd be helpful to split it into multiple, smaller sections - probably one for each asset like getters, actions, etc.
Some parts might be repetitive but we will have the chance to describe some things more in depth and provide mor
The README, under the Parsing Options header, states that:
WTF is mainly for development. By default, the parser will suppress read errors on single worksheets, allowing you to read from the worksheets that do parse properly. Setting WTF:1 forces those errors to be thrown.
However, in order to invoke that option I had to assign a valu
v-model 不能同时使用多个修饰符
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
问题描述
vue-cli 中 yarn upgrade 更新后运行报错
复现步骤
- vue create -p dcloudio/uni-preset-vue test
- cd test
- yarn upgrade
- yarn dev:mp-weixin
预期结果
正常编译
实际结果
yarn dev:mp-weixin
yarn run v1.21.1
$ cross-env NODE_ENV=development UNI_PLATFORM=mp-weixin vue-cli-service uni-build --watch
请注意运行模式下,因日志输出、sourcemap以及未压缩源码等原因,性能和包体积,均不及发行模式。若要正式发布,请点击发行菜单或使用cli发布命令进行发布
/Users/
-
Updated
Feb 8, 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:
 (32 位)--你们的官方演示版本
Reproduction link
https://admin.iviewui.com/components/editor_page
Steps to reproduce
1.组件--富文本编辑--换字体、设置字体、设置标题、文字颜色、背景色等
What is expected?
能够修改【字体、设置字体、设置标题、文字颜色、背景色等】
What is actually happening?
设置所有格式均无法使用
预计问题z-index过于小



Version
2.6.11
Reproduction link
https://codepen.io/frOracle/pen/vYOEEVW
Steps to reproduce
use $http.delete in @click
What is expected?
$http.delete is a function, not unary operator
What is actually happening?
a warning "avoid using JavaScript unary operator as property name"
Related https://githu