Skip to content
#

Vue.js

vue logo

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 24,613 public repositories matching this topic...

YanDevDe
YanDevDe commented Feb 18, 2020

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

storybook
grouchal
grouchal commented Nov 13, 2019

Is your feature request related to a problem? Please describe.
I would like to be able to configure the iframe width in the same way I can already configure the height.

Describe the solution you'd like
To add a parameter similar to iframeHeight that will configure the width of the iframe. Ideal name would be iframeWidth

Describe alternatives you've considered
Any other met

prettier
JStyle21
JStyle21 commented Apr 20, 2020

Hi,

I'm looking for something like .prettierignore but on a global level, i don't want to copy that file to every new directory i make just to ignore 1 file extension which isn't supported anyway.

AFAIK this isn't supported right?

BTW the extension in this case is EJS which prettier thinks is JS and some other stuff so the best way really is to ignore .ejs as a whole.

nuxt.js
manniL
manniL commented Oct 12, 2019

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

vuetify
sheetjs
erkanarslan
erkanarslan commented Mar 5, 2020

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

nikolayhg
nikolayhg commented Apr 4, 2020

Describe the bug
The app icons of a fresh new electron application are missing on Linux.

To Reproduce
Steps to reproduce the behavior:

  1. Run:
    npm install -g @quasar/cli
    quasar create testproject
    cd testproject
    quasar mode add electron

  2. Run 'ls src-electron/icons/'

  3. Result is: icon.icns icon.ico linux-512x512.png

Expected behavior
All icons describ

Created by Evan You

Released February 2014

Latest release 5 months ago

Repository
vuejs/vue
Website
vuejs.org
Wikipedia
Wikipedia

Related Topics

angular react
You can’t perform that action at this time.