mirror of https://github.com/vuejs/vue.git
improve examples title (#4337)
NOTE: consistently keep the examples of vuejs.org. https://vuejs.org/v2/examples/
This commit is contained in:
parent
90301adbb5
commit
030b80e6cd
|
@ -1,7 +1,7 @@
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<title>Vue.js commits example</title>
|
<title>Vue.js github commits example</title>
|
||||||
<style>
|
<style>
|
||||||
#demo {
|
#demo {
|
||||||
font-family: 'Helvetica', Arial, sans-serif;
|
font-family: 'Helvetica', Arial, sans-serif;
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<meta name="viewport" content="initial-scale=1, maximum-scale=1, user-scalable=no">
|
<meta name="viewport" content="initial-scale=1, maximum-scale=1, user-scalable=no">
|
||||||
<title></title>
|
<title>Vue.js elastic header example</title>
|
||||||
<!-- Delete ".min" for console warnings in development -->
|
<!-- Delete ".min" for console warnings in development -->
|
||||||
<script src="../../dist/vue.min.js"></script>
|
<script src="../../dist/vue.min.js"></script>
|
||||||
<script src="http://dynamicsjs.com/lib/dynamics.js"></script>
|
<script src="http://dynamicsjs.com/lib/dynamics.js"></script>
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<title>Vue.js Firebase example</title>
|
<title>Vue.js firebase + validation example</title>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<link rel="stylesheet" type="text/css" href="style.css">
|
<link rel="stylesheet" type="text/css" href="style.css">
|
||||||
<!-- Vue -->
|
<!-- Vue -->
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<title>Vue.js Modal Example</title>
|
<title>Vue.js modal component example</title>
|
||||||
<!-- Delete ".min" for console warnings in development -->
|
<!-- Delete ".min" for console warnings in development -->
|
||||||
<script src="../../dist/vue.min.js"></script>
|
<script src="../../dist/vue.min.js"></script>
|
||||||
<link rel="stylesheet" href="style.css">
|
<link rel="stylesheet" href="style.css">
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<title>Vue.js custom directive integration example (select2)</title>
|
<title>Vue.js wrapper component example (jquery plugin: select2)</title>
|
||||||
<!-- Delete ".min" for console warnings in development -->
|
<!-- Delete ".min" for console warnings in development -->
|
||||||
<script src="../../dist/vue.min.js"></script>
|
<script src="../../dist/vue.min.js"></script>
|
||||||
<script src="https://unpkg.com/jquery"></script>
|
<script src="https://unpkg.com/jquery"></script>
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<title>Vue.js SVG example</title>
|
<title>Vue.js SVG graph example</title>
|
||||||
<link rel="stylesheet" href="style.css">
|
<link rel="stylesheet" href="style.css">
|
||||||
<!-- Delete ".min" for console warnings in development -->
|
<!-- Delete ".min" for console warnings in development -->
|
||||||
<script src="../../dist/vue.min.js"></script>
|
<script src="../../dist/vue.min.js"></script>
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<title>Vue.js tree-view demo</title>
|
<title>Vue.js tree view example</title>
|
||||||
<style>
|
<style>
|
||||||
body {
|
body {
|
||||||
font-family: Menlo, Consolas, monospace;
|
font-family: Menlo, Consolas, monospace;
|
||||||
|
|
Loading…
Reference in New Issue