This repository was archived by the owner on Nov 10, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +7
-9
lines changed Expand file tree Collapse file tree 3 files changed +7
-9
lines changed Original file line number Diff line number Diff line change 11<template >
22 <div >
3- <nav class =" navbar navbar-expand-lg navbar navbar-dark bg-dark shadow-sm" >
3+ <nav class =" navbar navbar-expand-lg navbar navbar-dark bg-dark shadow-sm mb-3 " >
44 <span class =" navbar-brand mb-0" >Vue.js jQuery Mask Demo</span >
55 <ul class =" navbar-nav ml-auto" >
66 <li class =" nav-item" >
99 </ul >
1010 </nav >
1111
12- <main class =" container mt-3 " >
12+ <main class =" container" >
1313 <div class =" row" >
14- <div class =" col-md-8" >
14+ <div class =" col-md-8 mb-3 " >
1515
1616 <section class =" card mb-3" >
1717 <div class =" card-body" >
7373 </form >
7474 </div >
7575
76- <aside class =" col-md-4" >
76+ <aside class =" col-md-4 mb-3 " >
7777 <div class =" card" >
7878 <div class =" card-header" > Links</div >
7979 <div class =" card-body" >
9090 </aside >
9191 </div >
9292 </main >
93- <footer class =" text-center text-muted small my -3" >
94- Created by <a href =" https://twitter.com/ankurk91" target =" _blank" rel =" noopener¬ " >@ankurk91</a >
93+ <footer class =" text-center text-muted small mb -3" >
94+ Created by <a href =" https://twitter.com/ankurk91" target =" _blank" rel =" noopener" >@ankurk91</a >
9595 </footer >
9696 </div >
9797</template >
Original file line number Diff line number Diff line change 22< html lang ="en ">
33< head >
44 < meta charset ="UTF-8 ">
5- < meta http-equiv ="X-UA-Compatible " content ="IE=edge ">
65 < title > Vue.js jQuery mask - Demo</ title >
76 < meta name ="viewport " content ="width=device-width, initial-scale=1 ">
8- < meta name ="robots " content ="index, follow ">
97</ head >
108< body class ="bg-light ">
119< div id ="app ">
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ Vue.use(VeeValidate, {
1111 events : 'input|blur'
1212} ) ;
1313
14- import 'bootstrap/dist/css/bootstrap.css' ;
14+ import 'bootstrap/dist/css/bootstrap.min. css' ;
1515
1616import App from './App.vue' ;
1717
You can’t perform that action at this time.
0 commit comments