Browse Source

Remove public

dependabot/npm_and_yarn/lodash-4.17.19
Alexandrshy 6 years ago
parent
commit
7f632a859c
  1. BIN
      public/favicon.ico
  2. 17
      public/index.html
  3. 0
      src/VueShareBttons.vue
  4. 8
      src/main.js

BIN
public/favicon.ico

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

17
public/index.html

@ -1,17 +0,0 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<link rel="icon" href="<%= BASE_URL %>favicon.ico">
<title>vue-share-buttons</title>
</head>
<body>
<noscript>
<strong>We're sorry but vue-share-buttons doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
</noscript>
<div id="app"></div>
<!-- built files will be auto injected -->
</body>
</html>

0
src/App.vue → src/VueShareBttons.vue

8
src/main.js

@ -1,8 +0,0 @@
import Vue from 'vue'
import App from './App.vue'
Vue.config.productionTip = false
new Vue({
render: h => h(App),
}).$mount('#app')
Loading…
Cancel
Save