Skip to content

Commit

Permalink
Initial Commit
Browse files Browse the repository at this point in the history
  • Loading branch information
jqwidgets committed Oct 4, 2018
1 parent e403cdb commit c8feb2b
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 7,122 deletions.
7 changes: 1 addition & 6 deletions bargauge/defaultfunctionality/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,4 @@
}
}
}
</script>

<style>
@import 'https://www.jqwidgets.com/vue/jqwidgets/styles/jqx.base.css';
@import './jqx.base.css';
</style>
</script>
20 changes: 20 additions & 0 deletions bargauge/defaultfunctionality/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
<!doctype html>
<html lang="en">

<head>
<meta charset="utf-8">
<title>VueTemplate</title>
<base href="/">

<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="https://www.jqwidgets.com/public/jqwidgets/styles/jqx.base.css">
<link rel="stylesheet" type="text/css" href="https://www.jqwidgets.com/public/jqwidgets/styles/jqx.material.css">

<title>jQWidgets Vue Demo</title>
</head>

<body>
<div id="app"></div>
</body>

</html>
Loading

0 comments on commit c8feb2b

Please sign in to comment.