Skip to content

Commit

Permalink
単一ファイルコンポーネントから生成する形に変更
Browse files Browse the repository at this point in the history
  • Loading branch information
hosokawat committed Sep 6, 2019
1 parent 5c34a60 commit 626c8f5
Show file tree
Hide file tree
Showing 8 changed files with 2,595 additions and 46 deletions.
7 changes: 2 additions & 5 deletions example.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<script src="https://cdnjs.cloudflare.com/ajax/libs/axios/0.19.0/axios.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/vue/2.6.10/vue.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/axios/0.19.0/axios.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/vue/2.6.10/vue.min.js"></script>
<script src="v-ajax-form.js"></script>
<title>v-ajax-form example</title>
</head>
Expand Down Expand Up @@ -41,10 +41,7 @@ <h1>Bookサーチ</h1>
この場を借りてお礼申し上げます。ありがとうございます。
</pre>
</div>

<script>
Vue.use(VAjaxForm);

var app = new Vue({
el: '#app',
data: {
Expand Down
Loading

0 comments on commit 626c8f5

Please sign in to comment.