mirror of
https://github.com/vuejs/vue.git
synced 2024-11-21 20:28:54 +00:00
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>
|
||||
<html>
|
||||
<head>
|
||||
<title>Vue.js commits example</title>
|
||||
<title>Vue.js github commits example</title>
|
||||
<style>
|
||||
#demo {
|
||||
font-family: 'Helvetica', Arial, sans-serif;
|
||||
|
@ -3,7 +3,7 @@
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<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 -->
|
||||
<script src="../../dist/vue.min.js"></script>
|
||||
<script src="http://dynamicsjs.com/lib/dynamics.js"></script>
|
||||
|
@ -1,7 +1,7 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<title>Vue.js Firebase example</title>
|
||||
<title>Vue.js firebase + validation example</title>
|
||||
<meta charset="utf-8">
|
||||
<link rel="stylesheet" type="text/css" href="style.css">
|
||||
<!-- Vue -->
|
||||
|
@ -2,7 +2,7 @@
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>Vue.js Modal Example</title>
|
||||
<title>Vue.js modal component example</title>
|
||||
<!-- Delete ".min" for console warnings in development -->
|
||||
<script src="../../dist/vue.min.js"></script>
|
||||
<link rel="stylesheet" href="style.css">
|
||||
|
@ -2,7 +2,7 @@
|
||||
<html lang="en">
|
||||
<head>
|
||||
<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 -->
|
||||
<script src="../../dist/vue.min.js"></script>
|
||||
<script src="https://unpkg.com/jquery"></script>
|
||||
|
@ -2,7 +2,7 @@
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>Vue.js SVG example</title>
|
||||
<title>Vue.js SVG graph example</title>
|
||||
<link rel="stylesheet" href="style.css">
|
||||
<!-- Delete ".min" for console warnings in development -->
|
||||
<script src="../../dist/vue.min.js"></script>
|
||||
|
@ -2,7 +2,7 @@
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>Vue.js tree-view demo</title>
|
||||
<title>Vue.js tree view example</title>
|
||||
<style>
|
||||
body {
|
||||
font-family: Menlo, Consolas, monospace;
|
||||
|
Loading…
Reference in New Issue
Block a user