Skip to content

Commit 5b8f326

Browse files
committed
Removed the plugin from the list of externals
1 parent aa5740d commit 5b8f326

File tree

3 files changed

+4
-7
lines changed

3 files changed

+4
-7
lines changed

docs/index.html

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
<meta charset="UTF-8">
55
<title>VueJs Plugin usage example</title>
66
<meta name="viewport" content="width=device-width, initial-scale=1.0">
7-
<link href="css/app.main.css?c0b8d5b373acf9a7a346" rel="stylesheet">
87
<script>
98
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
109
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
@@ -15,12 +14,11 @@
1514
ga('send', 'pageview');
1615

1716
</script>
18-
</head>
17+
<link href="css/app.main.css?2b284bff610d3a758e4e" rel="stylesheet"></head>
1918
<body>
2019

2120
<div id="app"></div>
2221

2322
<script src="https://unpkg.com/vue@2.4.2/dist/vue.min.js"></script>
24-
<script type="text/javascript" src="js/vuejs-dialog.min.js"></script>
25-
<script type="text/javascript" src="js/app.main.js?c0b8d5b373acf9a7a346"></script></body>
23+
<script type="text/javascript" src="js/app.main.js?2b284bff610d3a758e4e"></script></body>
2624
</html>

0 commit comments

Comments
 (0)