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 23,858 public repositories matching this topic...
Huge and nice collection and also getting very much appreciated from the community.
It would be great if somebody can translate into English then it will be reaching out to global.
在inline-edit-table.vue里边设置自定义的指令 v-el-height-adaptive-table="{bottomOffset: 30}"报错:Failed to resolve directive: el-height-adap
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
Existing Component
Yes
Component Name
el-scrollbar
Description
I'm trying to add a scrollbar to an aside menu with el-scrollbar componant but I have some difficulty due to missing entry in the documentation.
My case is exactly the same as the documentation: a fixed header, a scrollable sidebar menu and a scro
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.
![image](https://user-images.githubusercont
Problem to solve
Currently, users looking at masking are directed to vue-the-mask and like me may use it in a project only to find that no issues have been resolved in the last 2 years.
vuejs-tips/vue-the-mask#137
Proposed solution
Removing the reference or replacing it with so
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
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
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.
Environment
Provide version numbers for the following components (information can be retrieved by running tns info
in your project folder or by inspecting the package.json
of the project):
- CLI: 6.2.2
- Cross-platform modules: 6.0.1
- Android Runtime: 6.2.0
- iOS Runtime: 6.2.0
- Plugin(s): unrelated
Describe the bug
openFile method of utils module does not preview the
Dynamic Headers
It would be great if we could create dynamic headers.
for example, some APIs may use a nonce and then based on the nonce we would need to create the hash and also update headers with that hash.
-
Updated
Jan 25, 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:\c
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:
![image](https://user-images.githubusercontent.com/2202345/67121366-d2845b00-f247-11e9-8aa1-2504c9fc64
Mint UI version
2.2.13
OS/Browsers version
ios/chrome
Vue version
2.6.10
Reproduction Link
Steps to reproduce
nuxt :
- nuxt.config.js中按需引入mint-ui
babel: {
plugins: [
[
'component',
{
libraryName: 'element-
Describe your feature request
Preferences -> Image uploader -> GitHub needs a bit of instruction.
I would suggest something like this:
If you don't have a GitHub account, you will need to make one.
A token can be generated in Settings/Developer settings
For more detailed instructions, [consult t
飞冰物料web3.0-组件-dynamic-icon文档跳转地址错误
I want to format some selection node to some other ,but not found the api,some function like :
- import some css, that can redefine the style
- add some predefined style,that can be apply to selected element
- do any replace as I want (maybe what I need is get selection's element node,content,then set content)
add parent element div and class
<p>autor: abc</p><p>date:2020...</>
-
Description
According to the HeaderTooltips docs page (https://handsontable.com/docs/7.4.0/HeaderTooltips.html):
the
onlyTrimmed
property defines if tooltips should be added only to headers, which content is trimmed by the header itself (the content being wider then the header).
However, actually if the header text is wider than 50px, the tooltip is always shown, even if the text
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