Skip to content

Commit

Permalink
Most recent changes
Browse files Browse the repository at this point in the history
  • Loading branch information
David Johnston committed Oct 17, 2021
1 parent 0c60715 commit 64cbcb3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<rpl-header/>
<my-chart />
<rpl-footer/>
<rpl-button theme="primary">hello!</rpl-button>
</div>
</template>

Expand All @@ -11,6 +12,8 @@
import MyChart from './components/MyChart.vue';
import RplHeader from "@dpc-sdp/ripple-site-header";
import RplFooter from "@dpc-sdp/ripple-site-footer";
import RplButton from "@dpc-sdp/ripple-button";
Expand All @@ -20,6 +23,7 @@ export default {
MyChart,
RplHeader,
RplFooter,
RplButton
}
}
</script>
Expand Down
2 changes: 1 addition & 1 deletion vue.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
module.exports = {
// To use Ripple Markup or relevant components like Ripple Accordion
transpileDependencies: [
"@dpc-sdp/ripple-global"
"@dpc-sdp/*"
],

configureWebpack: {
Expand Down

0 comments on commit 64cbcb3

Please sign in to comment.