Skip to content

Commit

Permalink
Changes
Browse files Browse the repository at this point in the history
  • Loading branch information
crwgregory committed May 7, 2016
1 parent 9998a2d commit d35731a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/index.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

<?php $view->script('index', 'yourmodule:app/bundle/index.bundle.js', ['vue', 'uikit-tooltip']); ?>
<?php $view->style('analyze-css', 'yourmodule:app/assets/styles/css/index.css'); ?>
<?php $view->style('analyze-css', 'yourmodule:app/assets/styles/index.css'); ?>

<div id="pagekit-module-boilerplate">
<your-vue-component></your-vue-component>
Expand Down

0 comments on commit d35731a

Please sign in to comment.