-
### 变量
命名方式:小驼峰
命名规范:前缀名词
``` js
// bad
let setCount = 10
// good
let maxCount = 10
```
### 常量
命名方式:全部大写
命名规范:多个单词时使用分隔符`_`
``` js
// bad
const serverErrorCode = {
s…
-
Error in in ./~/sweet-modal-vue/src/components/SweetModal.vue:
Module parse failed: ...\SweetModal.vue Unexpected token (1:0)
You may need an appropriate loader to handle this file type.
|
|
ghost updated
5 years ago
-
Hi, thanks for making this module!
I was wondering if it is possible for us to have a global error handler for Userbase in this?
Or is this something that Userbase has to implement in the SDK?
-
Hello,
I try to add vue-airbnb-style-datepicker into my vue/cli 4/vuex / vue-resource project
and installing it found that it depends on
https://github.com/date-fns/date-fns
I installed it but run…
-
I have a principal activity :
`
public class VilleActivity extends ActionBarActivity {
```
MaterialViewPager materialViewPager;
View headerLogo;
int intLenght;
private String jsonResult;
//URL to ge…
-
起因是我使用natjs调用摄像头会闪退,以及页面无法跳转。而nat-explorer下载的没有问题。我创建的工程如下:
```bash
weexpack create xxx
// 安装配置使用最新的weex、babel-stage-0以及没有使用vue-router
cd xxx
npm install
npm install natjs --save
npm install …
-
- Below is the configuration of[ our nuxt and nuxt-pwa](https://github.com/nocodb/nocodb/blob/pwa/packages/nc-gui/nuxt.config.js) configuration.
- [Nuxt pwa is recognising a new version available](ht…
o1lab updated
2 years ago
-
When editing entries with several users, we have the problem that edited entries in a stack can be deleted by publishing them, for example:
User 1: is in the entry and makes a change
User 2: opens…
-
## Description
path property is not populated using createPage API
### Steps to reproduce
Generate pages using createPage()
No path property is present on collection nodes
### Expected resu…
-
![image](https://user-images.githubusercontent.com/47267771/85987615-6d147b00-ba20-11ea-9f79-dd1d6bd55cff.png)