Skip to content

Commit 2291862

Browse files
committed
Merge branch 'master' into dev
2 parents b597d50 + b8b76b6 commit 2291862

14 files changed

+61
-9
lines changed

.gitattributes

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
*.js linguist-detectable=true
2+
*.css linguist-detectable=false
3+
*.vue linguist-detectable=false
4+
*.html linguist-detectable=false

.github/ISSUE_TEMPLATE/bug_report.md

+25
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
---
2+
name: Bug report
3+
about: Create a bug report to help improve
4+
title: ''
5+
labels: bug
6+
assignees: ''
7+
8+
---
9+
10+
**Describe**
11+
A clear and concise description of what the bug is.
12+
13+
**To Reproduce**
14+
Steps to reproduce the behavior:
15+
1. Click on '....'
16+
2. Scroll down to '....'
17+
3. See error
18+
19+
**Screenshots or jsfiddle**
20+
If applicable, add screenshots or jsfiddle to help explain your problem.
21+
22+
**Other (please complete the following information):**
23+
- OS: [e.g. iOS]
24+
- Browser [e.g. chrome, safari]
25+
- Version [e.g. 2.0]
+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
name: Feature request
3+
about: Suggest an idea for this component
4+
title: ''
5+
labels: suggestion
6+
assignees: ''
7+
8+
---
9+
10+
**Is your feature request related to a problem? **
11+
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
12+
13+
**Describe the feature request**
14+
A clear and concise description of what you want to happen.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
name: Question or discuss
3+
about: Make your questions or topics you want to discuss.
4+
title: ''
5+
labels: question
6+
assignees: ''
7+
8+
---
9+
10+

README.md

-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727
* [Advantages](#advantages)
2828
* [Live demo](#live-demo)
2929
* [What's new in v2.0](#whats-new-in-v20)
30-
* [Performance](#performance)
3130
* [Simple usage](#simple-usage)
3231
* [**Props type**](#props-type)
3332
* [Attentions](#attentions)

docs/css/app.ad98a2e0.css renamed to docs/css/app.60ce61a5.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<!DOCTYPE html><html lang=en><head><meta charset=utf-8><meta http-equiv=X-UA-Compatible content="IE=edge"><meta name=viewport content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=0"><title>vue-virtual-scroll-list</title><link rel=icon href=favicon.png><link rel=stylesheet href=milligram.css><link rel=stylesheet href=highlight/theme.css><script src=highlight/pack.js></script><script>hljs.initHighlightingOnLoad()</script><link href=css/dynamic-size.05987921.css rel=prefetch><link href=css/fixed-size.50cd9045.css rel=prefetch><link href=css/horizontal.5a6cefd6.css rel=prefetch><link href=css/infinite-loading.e3344d42.css rel=prefetch><link href=css/keep-state.367cb4ef.css rel=prefetch><link href=js/dynamic-size.af2b38a2.js rel=prefetch><link href=js/dynamic-size~fixed-size~horizontal~infinite-loading~keep-state.3b940789.js rel=prefetch><link href=js/fixed-size.856b63cd.js rel=prefetch><link href=js/horizontal.a2686d86.js rel=prefetch><link href=js/infinite-loading.7ebcd00d.js rel=prefetch><link href=js/keep-state.587170ed.js rel=prefetch><link href=css/app.ad98a2e0.css rel=preload as=style><link href=js/app.b95852df.js rel=preload as=script><link href=js/chunk-vendors.a8fb041f.js rel=preload as=script><link href=css/app.ad98a2e0.css rel=stylesheet></head><body><div id=app></div><script src=js/chunk-vendors.a8fb041f.js></script><script src=js/app.b95852df.js></script></body></html>
1+
<!DOCTYPE html><html lang=en><head><meta charset=utf-8><meta http-equiv=X-UA-Compatible content="IE=edge"><meta name=viewport content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=0"><title>vue-virtual-scroll-list</title><link rel=icon href=favicon.png><link rel=stylesheet href=milligram.css><link rel=stylesheet href=highlight/theme.css><script src=highlight/pack.js></script><script>hljs.initHighlightingOnLoad()</script><link href=css/dynamic-size.05987921.css rel=prefetch><link href=css/fixed-size.50cd9045.css rel=prefetch><link href=css/horizontal.5a6cefd6.css rel=prefetch><link href=css/infinite-loading.e3344d42.css rel=prefetch><link href=css/keep-state.367cb4ef.css rel=prefetch><link href=js/dynamic-size.af2b38a2.js rel=prefetch><link href=js/dynamic-size~fixed-size~horizontal~infinite-loading~keep-state.3b940789.js rel=prefetch><link href=js/fixed-size.856b63cd.js rel=prefetch><link href=js/horizontal.a2686d86.js rel=prefetch><link href=js/infinite-loading.7ebcd00d.js rel=prefetch><link href=js/keep-state.587170ed.js rel=prefetch><link href=css/app.60ce61a5.css rel=preload as=style><link href=js/app.01e19a88.js rel=preload as=script><link href=js/chunk-vendors.a8fb041f.js rel=preload as=script><link href=css/app.60ce61a5.css rel=stylesheet></head><body><div id=app></div><script src=js/chunk-vendors.a8fb041f.js></script><script src=js/app.01e19a88.js></script></body></html>

docs/js/app.01e19a88.js

+2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/js/app.01e19a88.js.map

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/js/app.b95852df.js

-2
This file was deleted.

docs/js/app.b95852df.js.map

-1
This file was deleted.

example/src/common/get-code-url.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
export default () => {
22
const hashValue = (location.hash || '').substr(2)
33
if (hashValue) {
4-
return `https://github.com/tangbc/vue-virtual-scroll-list/tree/master/example/views/${hashValue}/Main.vue`
4+
return `https://github.com/tangbc/vue-virtual-scroll-list/tree/master/example/src/views/${hashValue}/Main.vue`
55
} else {
66
return `https://github.com/tangbc/vue-virtual-scroll-list`
77
}

example/src/router/index.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
import Vue from 'vue'
22
import VueRouter from 'vue-router'
3-
import Index from '../views/index/Main.vue'
3+
import Index from '../views/home/Main.vue'
44

55
Vue.use(VueRouter)
66

77
const routes = [
88
{
99
path: '/',
10-
name: 'Index',
10+
name: 'home',
1111
component: Index
1212
},
1313
{
File renamed without changes.

0 commit comments

Comments
 (0)