UNPKG

vue-mods-names

Version:

Simple adding mods to all components class names in your vue app

57 lines (55 loc) 1.9 kB
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>vue-mods-names - Simple adding mods to all components class names in your vue app</title> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" /> <meta name="description" content="Simple adding mods to all components class names in your vue app"> <meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0"> <link rel="stylesheet" href="//unpkg.com/docsify/lib/themes/vue.css"> <!-- Import theme --> <link rel="stylesheet" href="//unpkg.com/vuep/dist/vuep.css"> <!-- depend vue --> <script src="//unpkg.com/vue"></script> <script src="//unpkg.com/vuep"></script> <script src="https://npmcdn.com/vue-router@2.4.0/dist/vue-router.js"></script> <script src="//unpkg.com/docsify-edit-on-github@1.0.1/index.js"></script> </head> <body> <nav> <a href="#/">EN</a> <a href="#/ru/">RU</a> <a href="#/ua/">UA</a> </nav> <div id="app">Loading...</div> <script> window.$docsify = { name: 'vue-mods-names', repo: 'https://github.com/RGRU/vue-mods-names', ga: 'UA-54500419-4', plugins: [ EditOnGithubPlugin.create('https://github.com/RGRU/vue-mods-names/blob/master/docs/') ] } </script> <script src="//unpkg.com/docsify/lib/docsify.min.js"></script> <script src="//unpkg.com/docsify/lib/plugins/ga.min.js"></script> <style> .sidebar { padding-top: 10px; } .sidebar:before { content: ''; width: 220px; height: 76px; margin-top: 20px; margin-right: auto; margin-left: auto; margin-bottom: 30px; display: block; background: url("/vue-mods-names/assets/rg-main.png") no-repeat center center; background-size: contain; } </style> </body> </html>